From 73b395440ef08bceec8088d55a5ae80ca9eb32a8 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Tue, 22 Aug 2017 07:10:02 +0900 Subject: [PATCH] Fixed typos. --- statement.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/statement.c b/statement.c index 75881ff..ce2d163 100644 --- a/statement.c +++ b/statement.c @@ -2562,7 +2562,7 @@ MYLOG(1, "get_Result=%p %p %d\n", res, SC_get_Result(stmt), stmt->curr_param_res /* read in the return message from the backend */ cmdtag = PQcmdStatus(pgres); MYLOG(0, "command response: %s\n", cmdtag); - qlog("\ok: %s\n", cmdtag); + qlog("ok: %s\n", cmdtag); QR_set_command(res, cmdtag); if (QR_command_successful(res)) QR_set_rstatus(res, PORES_COMMAND_OK); @@ -2603,7 +2603,7 @@ MYLOG(1, "get_Result=%p %p %d\n", res, SC_get_Result(stmt), stmt->curr_param_res CC_on_abort(conn, CONN_DEAD); MYLOG(0, "send_query: error - %s\n", CC_get_errormsg(conn)); - qlog("\error: - %s\n", CC_get_errormsg(conn)); + qlog("error: - %s\n", CC_get_errormsg(conn)); break; } -- 2.39.5