X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=dirwatcher.ml;fp=dirwatcher.ml;h=918a06a352e2c0f72c70d43db4eec7d07b5b297e;hb=1a489047481c761be639e342c38326aeaca600f9;hp=41310238ae7a07250e9b4710a039114964f15d2d;hpb=16c8bb31dd971b7fab00dbb17a75bb08cee463c6;p=vsys.git diff --git a/dirwatcher.ml b/dirwatcher.ml index 4131023..918a06a 100644 --- a/dirwatcher.ml +++ b/dirwatcher.ml @@ -69,7 +69,6 @@ let receive_event (eventdescriptor:fname_and_fd) (bla:fname_and_fd) = let (dirname,handler,oneshot) = try Hashtbl.find wdmap wd with Not_found->("",None,false) in - printf "Received event: %s " dirname; List.iter (fun l->printf "%s " (string_of_event l)) evlist; printf "\n";flush Pervasives.stdout; if (oneshot) then Hashtbl.remove wdmap wd;