From e0b8c553770cccef4d8b19396c79129eebf353d4 Mon Sep 17 00:00:00 2001
From: Iain Patterson <me@iain.cx>
Date: Mon, 13 Jan 2014 23:13:30 +0000
Subject: [PATCH] Formatting.

---
 service.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service.cpp b/service.cpp
index 9aa9b01..a86d744 100644
--- a/service.cpp
+++ b/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;
     }
   }
-- 
2.7.4