Index: trunk/Ohana/src/opihi/pantasks/status.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/status.c	(revision 7960)
+++ trunk/Ohana/src/opihi/pantasks/status.c	(revision 11084)
@@ -4,8 +4,15 @@
 
   gprint (GP_LOG, "\n");
-  if (rl_event_hook == NULL) {
-    gprint (GP_LOG, " Scheduler is stopped\n");
+
+  // if (rl_event_hook == NULL) {
+
+  if (CheckTasksGetState()) {
+    gprint (GP_LOG, " Scheduler is running\n");
   } else {
-    gprint (GP_LOG, " Scheduler is running\n");
+    if (CheckJobsGetState()) {
+      gprint (GP_LOG, " Scheduler is stopped, harvesting jobs\n");
+    } else {
+      gprint (GP_LOG, " Scheduler is running\n");
+    }
   }
   if (CheckControllerStatus()) {
