Ticket #3863: registrar.patch

File registrar.patch, 644 bytes (added by idefix, 15 years ago)

Patch to fix registrars handling of cancelling the shutdown-process

  • src/servers/registrar/ShutdownProcess.cpp

     
    13711371                if (eventTeam == team)
    13721372                    return false;
    13731373            } else {
    1374                 PRINT(("ShutdownProcess::_QuitApps(): shutdown cancelled "
     1374                PRINT(("ShutdownProcess::_WaitForApp(): shutdown cancelled "
    13751375                    "by team %ld (-1 => user)\n", eventTeam));
    13761376
    1377                 _DisplayAbortingApp(team);
     1377                _DisplayAbortingApp(eventTeam);
    13781378                throw_error(B_SHUTDOWN_CANCELLED);
    13791379            }
    13801380        }