Iain Patterson 10 anos atrás
pai
commit
e0b8c55377
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      service.cpp

+ 1 - 1
service.cpp

@@ -1213,7 +1213,7 @@ int control_service(unsigned long control, int argc, TCHAR **argv) {
     }
     else {
       CloseHandle(service_handle);
-      _ftprintf(stderr, _T("%s: %s %s"), canonical_name, service_control_text(control), error_string(error));
+      _ftprintf(stderr, _T("%s: %s: %s"), canonical_name, service_control_text(control), error_string(error));
       return 1;
     }
   }