Remove period from primary error message.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Jan 2009 22:33:19 +0000 (22:33 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Jan 2009 22:33:19 +0000 (22:33 +0000)
src/bin/pg_ctl/pg_ctl.c

index ce2c512228cc95885c7e90ea8151d9072142a28e..13c69283c6f4b80109ff0cc217b6c5f739fafd5d 100644 (file)
@@ -756,7 +756,7 @@ do_stop(void)
        {
                if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
                {
-                       print_msg(_("WARNING: online backup mode is active.\n"
+                       print_msg(_("WARNING: online backup mode is active\n"
                                                "Shutdown will not complete until pg_stop_backup() is called.\n\n"));
                }
 
@@ -833,7 +833,7 @@ do_restart(void)
 
                if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
                {
-                       print_msg(_("WARNING: online backup mode is active.\n"
+                       print_msg(_("WARNING: online backup mode is active\n"
                                                "Shutdown will not complete until pg_stop_backup() is called.\n\n"));
                }