mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Display a message in debug log if umpnpmgr thread stops
svn path=/trunk/; revision=31580
This commit is contained in:
parent
c8d1a61558
commit
100ea6cbd6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue