summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-03-28 21:51:32 +0000
committerChris Wilson <chris+github@qwirx.com>2008-03-28 21:51:32 +0000
commit74bfdebe02405f7847fded96e42c1ccd297c9b9f (patch)
tree36ab40bf0b17de54fb4f3e963118be33eeed4e10 /lib/server
parentfc995b92cd73385800c0c9cff1c7f1231f8de532 (diff)
Reduce log level of message from server child from WARNING to NOTICE, as
it's just the IP and port of the remote side of the connection.
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/ServerStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/ServerStream.h b/lib/server/ServerStream.h
index 32a57bac..0ec5ef49 100644
--- a/lib/server/ServerStream.h
+++ b/lib/server/ServerStream.h
@@ -273,7 +273,7 @@ public:
}
// Log it
- BOX_WARNING("Message from child process " << pid << ": " << logMessage);
+ BOX_NOTICE("Message from child process " << pid << ": " << logMessage);
}
else
{