diff options
Diffstat (limited to 'src/bin/psql/copy.c')
-rw-r--r-- | src/bin/psql/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index b02177a5c2a..f9e53d62954 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -390,7 +390,7 @@ do_copy(const char *args) char *reason = wait_result_to_str(pclose_rc); pg_log_error("%s: %s", options->file, - reason ? reason : ""); + reason ? reason : ""); if (reason) free(reason); } |