Changeset: 2aff476c3bcf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2aff476c3bcf
Modified Files:
        gdk/gdk_logger.c
Branch: transaction-replication
Log Message:

Fix log message line breakup


diffs (23 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -1142,8 +1142,7 @@ logger_create_catalog_file(int debug, lo
                logger_fatal(
                                "logger_new: there is no logger catalog, but 
there is a log file.\n"
                                                "Are you sure you are using the 
correct combination of database\n"
-                                               "(--dbpath) and log directory 
(--set %s_logdir)?\n", fn,
-                               0, 0);
+                                               "(--dbpath) and log directory 
(--set %s_logdir)?\n", fn, 0, 0);
                return 0;
        }
        lg->catalog_bid = logbat_new(TYPE_int, BATSIZE);
@@ -1210,8 +1209,7 @@ logger_find_persistent_catalog(logger *l
                                                "If you have done a recent 
update of the server, it may be that your\n"
                                                "logs are in an old location.  
You should then either use\n"
                                                "--set %s_logdir=<path to old 
log directory> or move the old log\n"
-                                               "directory to the new location 
(%s).\n", fn, fn,
-                               lg->dir);
+                                               "directory to the new location 
(%s).\n", fn, fn, lg->dir);
                return 0;
        }
        lg->catalog_bid = b;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to