mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Display a message in debug log if umpnpmgr thread stops
svn path=/trunk/; revision=31580
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user