]> granicus.if.org Git - apache/commitdiff
Omit the second linefeed after "Syntax OK"
authorAaron Bannert <aaron@apache.org>
Tue, 21 May 2002 15:40:51 +0000 (15:40 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 21 May 2002 15:40:51 +0000 (15:40 +0000)
Submitted by: Joe Orton <jorton@redhat.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95206 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 439a757714456fd8833465620068b089c566a853..880b7fd57e4af05303cd95e84786d9fce783984a 100644 (file)
@@ -561,8 +561,7 @@ int main(int argc, const char * const argv[])
     ap_fini_vhost_config(pconf, server_conf);
     apr_sort_hooks();
     if (configtestonly) {
-        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
-                     "Syntax OK\n");
+        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, "Syntax OK");
         destroy_and_exit_process(process, 0);
     }