projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedde9c
)
bdr: Adjust database name in debug message.
author
Andres Freund
<andres@anarazel.de>
Sun, 24 May 2015 23:46:02 +0000
(
01:46
+0200)
committer
Andres Freund
<andres@anarazel.de>
Mon, 25 May 2015 01:54:45 +0000
(
03:54
+0200)
bdr_supervisor.c
patch
|
blob
|
blame
|
history
diff --git
a/bdr_supervisor.c
b/bdr_supervisor.c
index 25cce638eb56c069180d6de9f18fe8c9a26e46c4..97193c3c26c2e8722fc6987d232203c50ed590ba 100644
(file)
--- a/
bdr_supervisor.c
+++ b/
bdr_supervisor.c
@@
-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);
}