Display a message in debug log if umpnpmgr thread stops

svn path=/trunk/; revision=31580
This commit is contained in:
Hervé Poussineau 2008-01-03 12:53:17 +00:00
parent c8d1a61558
commit 100ea6cbd6

View file

@ -120,6 +120,10 @@ RpcServerThread(LPVOID lpParameter)
return 0;
}
/* ROS HACK (this should never happen...) */
DPRINT1("*** Other devices won't be installed correctly. If something\n");
DPRINT1("*** doesn't work, try to reboot to get a new chance.\n");
DPRINT("RpcServerThread() done\n");
return 0;