From 8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 19 Jun 2011 00:37:30 +0300 Subject: Capitalization fixes --- src/interfaces/ecpg/ecpglib/execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/ecpglib/execute.c') diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index 970fa935099..81c1165ce27 100644 --- a/src/interfaces/ecpg/ecpglib/execute.c +++ b/src/interfaces/ecpg/ecpglib/execute.c @@ -1698,7 +1698,7 @@ ecpg_execute(struct statement * stmt) notify = PQnotifies(stmt->connection->connection); if (notify) { - ecpg_log("ecpg_execute on line %d: asynchronous notification of \"%s\" from backend pid %d received\n", + ecpg_log("ecpg_execute on line %d: asynchronous notification of \"%s\" from backend PID %d received\n", stmt->lineno, notify->relname, notify->be_pid); PQfreemem(notify); } -- cgit v1.2.3