diff --git a/src/lib66/exec/ssexec_reconfigure.c b/src/lib66/exec/ssexec_reconfigure.c
index eb51fda43339556dcefae0fe4630d7009c6775d5..036105f1630a2db40a2368e614370a3913e92f82 100644
--- a/src/lib66/exec/ssexec_reconfigure.c
+++ b/src/lib66/exec/ssexec_reconfigure.c
@@ -92,7 +92,7 @@ int ssexec_reconfigure(int argc, char const *const *argv, ssexec_t *info)
 
         r = service_is_g(atree, argv[n], STATE_FLAGS_ISPARSED) ;
         if (r < 0)
-            log_dieusys(LOG_EXIT_SYS, "get information of service: ", argv[n], " -- please a bug report") ;
+            log_dieusys(LOG_EXIT_SYS, "get information of service: ", argv[n], " -- please make a bug report") ;
 
         if (!r) {
             /** nothing to do */