From 69ff793a6dc120732e1540fd20c504bd3e2a8113 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Aug 2006 11:19:10 +0100 Subject: add some CRs to update daemon --- update_daemon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update_daemon.php') diff --git a/update_daemon.php b/update_daemon.php index 5c7036820..007afb5bb 100644 --- a/update_daemon.php +++ b/update_daemon.php @@ -16,7 +16,7 @@ require_once "config.php"; if (!ENABLE_UPDATE_DAEMON) { - die("Please enable option ENABLE_UPDATE_DAEMON in config.php"); + die("Please enable option ENABLE_UPDATE_DAEMON in config.php\n"); } require_once "db.php"; @@ -35,7 +35,7 @@ if (!$lock_handle) { die("error: Can't create lockfile ($lock_filename). ". - "Maybe another daemon is already running."); + "Maybe another daemon is already running.\n"); } $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); -- cgit v1.2.3