hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Mon Mar 5 11:30:03 PST 2007


 tools/hal-storage-cleanup-mountpoint.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 12972f5cda4ef153e4aa70dc910c2e893bd7b712 (from 7edc1f6587e7b5a0c463a738fc4508921f99bb94)
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Mon Mar 5 20:29:54 2007 +0100

    fixed compiler warning
    
    Fixed compiler warning about too many arguments for format.

diff --git a/tools/hal-storage-cleanup-mountpoint.c b/tools/hal-storage-cleanup-mountpoint.c
index 4c3b317..3a54b87 100644
--- a/tools/hal-storage-cleanup-mountpoint.c
+++ b/tools/hal-storage-cleanup-mountpoint.c
@@ -154,7 +154,7 @@ do_cleanup (const char *mount_point)
 
 	g_strfreev (lines);
 
-	printf ("removing directory", mount_point);
+	printf ("removing directory: %s", mount_point);
 
 	/* remove directory */
 	if (g_rmdir (mount_point) != 0) {


More information about the hal-commit mailing list