sdcard: Fix log for human-readability
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 16 Apr 2013 02:17:23 +0000 (11:17 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 16 Apr 2013 02:17:23 +0000 (11:17 +0900)
Change-Id: Ia2fa07e5108bd90a8d8b0f22fe281e86a6c1af0e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/mloop_event.c

index fca63fc..cb9976a 100644 (file)
@@ -431,7 +431,7 @@ static void mloop_evhandle_sdcard_detach(char *name)
 
     slot = PCI_SLOT(virtio_sdcard->devfn);
     snprintf(slotbuf, sizeof(slotbuf), "%x", slot);
-    INFO("virtio-sdcard slot [%d].\n", slotbuf);
+    INFO("virtio-sdcard slot [%d].\n", slot);
     qdict_put(qdict, "pci_addr", qstring_from_str(slotbuf));
 
     do_pci_device_hot_remove(cur_mon, qdict);