Browse Source

Update init.cpp

Remove trailing spaces.
pull/97/head
FireMartZ 6 years ago
committed by GitHub
parent
commit
4860211ef6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/init.cpp

2
src/init.cpp

@ -304,7 +304,7 @@ BOOL CtrlHandler( DWORD fdwCtrlType )
case CTRL_LOGOFF_EVENT:
case CTRL_SHUTDOWN_EVENT:
fRequestShutdown = true;
std::cout << _("Shutting down node. This may take a while, be patient!") << std::endl;
std::cout << _("Shutting down node. This may take a while, be patient!") << std::endl;
while (!fShutdownCompleted && (GetTime() - nStart < nMaxWait))
{
MilliSleep(100);

Loading…
Cancel
Save