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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 1 12:19:30 EET 2008
Author: kihamala
Date: 2008-12-01 12:19:21 +0200 (Mon, 01 Dec 2008)
New Revision: 16821

Modified:
   projects/haf/trunk/ke-recv/src/events.c
Log:
print device name before formatting


Modified: projects/haf/trunk/ke-recv/src/events.c
===================================================================
--- projects/haf/trunk/ke-recv/src/events.c	2008-12-01 10:11:51 UTC (rev 16820)
+++ projects/haf/trunk/ke-recv/src/events.c	2008-12-01 10:19:21 UTC (rev 16821)
@@ -706,6 +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]);
 
                 if (vol->mountpoint != NULL)
                         ret = do_unmount(vol->mountpoint);
@@ -721,6 +722,7 @@
                         args[2] = buf;
                 } else
                         args[2] = vol->dev_name;
+                ULOG_DEBUG_F("%s: using device file %s", args[2]);
                 args[3] = mmc->desired_label;
 
                 ret = unmount_volumes(&mmc->volumes);


More information about the maemo-commits mailing list