projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409b496
)
Log pooler-sent errors as warnings not plain info, as they signify problems.
author
Marko Kreen
<markokr@gmail.com>
Mon, 15 Mar 2010 13:53:58 +0000
(13:53 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 15 Mar 2010 13:53:58 +0000
(13:53 +0000)
src/proto.c
patch
|
blob
|
blame
|
history
diff --git
a/src/proto.c
b/src/proto.c
index 8dcb86f350d81cd05ef0fc9b706a6f7e0f2fb784..409e036f56a4acf4f8c75a5e6f63a829793fd05f 100644
(file)
--- a/
src/proto.c
+++ b/
src/proto.c
@@
-104,7
+104,7
@@
bool send_pooler_error(PgSocket *client, bool send_ready, const char *msg)
PktBuf buf;
if (cf_log_pooler_errors)
- slog_
info
(client, "Pooler Error: %s", msg);
+ slog_
warning
(client, "Pooler Error: %s", msg);
pktbuf_static(&buf, tmpbuf, sizeof(tmpbuf));
pktbuf_write_generic(&buf, 'E', "cscscsc",