diff --git a/checkin_notes b/checkin_notes index e667cbb019..d7b180e521 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6654,3 +6654,10 @@ David 16 Sept 2010 html/inc/ pm.inc + +David 16 Sept 2010 + - web: server_status.php is not an ops page + + html/user/ + server_status.php +David 16 Sept 2010 diff --git a/html/user/server_status.php b/html/user/server_status.php index 6c5a49b8b7..61ebc30673 100644 --- a/html/user/server_status.php +++ b/html/user/server_status.php @@ -49,7 +49,7 @@ /////////////////////////////////////////////////////////////////////////////// -require_once("../inc/util_ops.inc"); +require_once("../inc/util.inc"); require_once("../inc/xml.inc"); require_once("../inc/cache.inc"); require_once("../inc/translation.inc"); diff --git a/sched/feeder.cpp b/sched/feeder.cpp index d5a2788e9b..95d8682802 100644 --- a/sched/feeder.cpp +++ b/sched/feeder.cpp @@ -491,7 +491,7 @@ static bool scan_work_array(vector &work_items) { struct stat s; char buf[256]; sprintf(buf, "/proc/%d", pid); - log_messages.printf(MSG_NORMAL, "checking pid %d", pid); + log_messages.printf(MSG_NORMAL, "checking pid %d\n", pid); if (stat(buf, &s)) { wu_result.state = WR_STATE_PRESENT; log_messages.printf(MSG_NORMAL,