diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index f0a89ac29a2e10fc07f1592bb2270f5e64e74179..642c129d9fa2cc6384d904ae1fbad19b4c537548 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -8993,7 +8993,7 @@ issue_xlog_fsync(int fd, XLogSegNo segno)
 				ereport(PANIC,
 						(errcode_for_file_access(),
 						 errmsg("could not fsync write-through log file %s: %m",
-								XLogFileNameP(ThisTimeLineID, openLogSegNo)))));
+								XLogFileNameP(ThisTimeLineID, openLogSegNo))));
 			break;
 #endif
 #ifdef HAVE_FDATASYNC