[maemo-commits] [maemo-commits] r16822 - projects/haf/trunk/ke-recv/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 1 12:23:15 EET 2008
Author: kihamala
Date: 2008-12-01 12:23:14 +0200 (Mon, 01 Dec 2008)
New Revision: 16822

Modified:
   projects/haf/trunk/ke-recv/src/events.c
Log:
fix two typos..


Modified: projects/haf/trunk/ke-recv/src/events.c
===================================================================
--- projects/haf/trunk/ke-recv/src/events.c	2008-12-01 10:19:21 UTC (rev 16821)
+++ projects/haf/trunk/ke-recv/src/events.c	2008-12-01 10:23:14 UTC (rev 16822)
@@ -706,7 +706,7 @@
         if (!mmc->control_partitions) {
                 args[1] = vol->dev_name;
                 args[2] = mmc->desired_label;
-                ULOG_DEBUG_F("%s: using device file %s", args[1]);
+                ULOG_DEBUG_F("using device file %s", args[1]);
 
                 if (vol->mountpoint != NULL)
                         ret = do_unmount(vol->mountpoint);
@@ -722,7 +722,7 @@
                         args[2] = buf;
                 } else
                         args[2] = vol->dev_name;
-                ULOG_DEBUG_F("%s: using device file %s", args[2]);
+                ULOG_DEBUG_F("using device file %s", args[2]);
                 args[3] = mmc->desired_label;
 
                 ret = unmount_volumes(&mmc->volumes);


More information about the maemo-commits mailing list