8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab71d commit cf15fb5Copy full SHA for cf15fb5
src/interfaces/ecpg/ecpglib/execute.c
@@ -1675,7 +1675,7 @@ ecpg_execute(struct statement * stmt)
1675
if (PQresultStatus(results) == PGRES_COMMAND_OK)
1676
ecpg_log("ecpg_execute on line %d: got PGRES_COMMAND_OK after PGRES_COPY_OUT\n", stmt->lineno);
1677
else
1678
- ecpg_log("ecpg_execute on line %d: got error after PGRES_COPY_OUT: %s", PQresultErrorMessage(results));
+ ecpg_log("ecpg_execute on line %d: got error after PGRES_COPY_OUT: %s", stmt->lineno, PQresultErrorMessage(results));
1679
}
1680
break;
1681
0 commit comments