Parcourir la source

Add debugging info in clean command

Leo il y a 9 ans
Parent
commit
fb5f6e085a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/clean_command.ml

+ 2 - 1
src/clean_command.ml

@@ -37,5 +37,6 @@
 open Core.Std;;
 
 let run ~rc () =
-  File_com.write rc
+  File_com.write rc;
+  Messages.debug "Configuration file cleaned up";
 ;;