bdr: Adjust database name in debug message.
authorAndres Freund <andres@anarazel.de>
Sun, 24 May 2015 23:46:02 +0000 (01:46 +0200)
committerAndres Freund <andres@anarazel.de>
Mon, 25 May 2015 01:54:45 +0000 (03:54 +0200)
bdr_supervisor.c

index 25cce638eb56c069180d6de9f18fe8c9a26e46c4..97193c3c26c2e8722fc6987d232203c50ed590ba 100644 (file)
@@ -351,7 +351,8 @@ bdr_supervisor_worker_main(Datum main_arg)
 
        BdrWorkerCtl->is_supervisor_restart = true;
 
-       elog(DEBUG1, "BDR supervisor restarting to connect to 'bdr' DB");
+       elog(DEBUG1, "BDR supervisor restarting to connect to '%s' DB",
+            BDR_SUPERVISOR_DBNAME);
        proc_exit(1);
    }