Ticket #3863: registrar.patch
File registrar.patch, 644 bytes (added by , 15 years ago) |
---|
-
src/servers/registrar/ShutdownProcess.cpp
1371 1371 if (eventTeam == team) 1372 1372 return false; 1373 1373 } else { 1374 PRINT(("ShutdownProcess::_ QuitApps(): shutdown cancelled "1374 PRINT(("ShutdownProcess::_WaitForApp(): shutdown cancelled " 1375 1375 "by team %ld (-1 => user)\n", eventTeam)); 1376 1376 1377 _DisplayAbortingApp( team);1377 _DisplayAbortingApp(eventTeam); 1378 1378 throw_error(B_SHUTDOWN_CANCELLED); 1379 1379 } 1380 1380 }