event shutdown written to stdout now
authorhackbard <hackbard>
Thu, 6 May 2004 19:18:18 +0000 (19:18 +0000)
committerhackbard <hackbard>
Thu, 6 May 2004 19:18:18 +0000 (19:18 +0000)
src/event.c

index bd703a5..398e156 100644 (file)
@@ -79,6 +79,7 @@ int event_start(t_event *event,void *ptr,
 
 int event_stop(t_event *event) {
 
+  puts("[event] shutdown");
   event->status=DISABLED;
 
   return E_SUCCESS;