bdr: Fix typo in log message
authorAndres Freund <andres@anarazel.de>
Mon, 2 Jun 2014 13:56:54 +0000 (15:56 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:39 +0000 (17:55 +0200)
contrib/bdr/bdr.c

index e87c34be9717d07705473307aa5d0e9e8c4c3fba..e3ca58a83d8f457d0bf009514e20192cc5e053f7 100644 (file)
@@ -588,7 +588,7 @@ bdr_apply_main(Datum main_arg)
     */
    start_from = RemoteCommitFromCachedReplicationIdentifier();
 
-   elog(INFO, "starting up replication at %u from %X/%X",
+   elog(INFO, "starting up replication from %u at %X/%X",
         replication_identifier,
         (uint32) (start_from >> 32), (uint32) start_from);