summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index b3dbde0d044..fe33b283a01 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -1254,7 +1254,7 @@ restore_all_databases(PGconn *conn, const char *dumpdirpath,
}
/* Log number of processed databases. */
- pg_log_info("number of restored databases are %d", num_db_restore);
+ pg_log_info("number of restored databases is %d", num_db_restore);
/* Free dbname and dboid list. */
simple_oid_string_list_destroy(&dbname_oid_list);