chiark / gitweb /
remove debugging guff, sorry
[disorder] / disobedience / log.c
index 943c5e3d97447dd22cdabc64a8274aed3845e52f..ccb883aae28e7d1013382152567ccf4112aedc1d 100644 (file)
@@ -144,7 +144,7 @@ static void log_state(void attribute((unused)) *v,
   const struct monitor *m;
   const unsigned long changes = state ^ last_state;
 
-  info("log_state %s", disorder_eclient_interpret_state(state));
+  D(("log_state %s", disorder_eclient_interpret_state(state)));
   last_state = state;
   /* Tell anything that cares about the state change */
   for(m = monitors; m; m = m->next) {