[Lunar-commits] CVS: theedge/var/lib/lunar/functions sources.lunar, 1.24, 1.25

Auke Kok sofar at lunar-linux.org
Mon Oct 18 07:32:56 UTC 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	sources.lunar 
Log Message:
Demoted this message to debug level


Index: sources.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/sources.lunar,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- sources.lunar	12 Oct 2004 13:19:28 -0000	1.24
+++ sources.lunar	18 Oct 2004 07:32:54 -0000	1.25
@@ -108,7 +108,7 @@
 erase()  {
   debug_msg "erase ($@)"
   if [ "$PARTIAL" == "off" ]; then
-    verbose_msg "erase: deleting \"$(guess_filename $1)\""
+    debug_msg "erase: deleting \"$(guess_filename $1)\""
     rm -f $(guess_filename $1)
   fi
 }



More information about the Lunar-commits mailing list