hal: Branch 'master'
Sjoerd Simons
sjoerd at kemper.freedesktop.org
Mon Sep 4 06:13:31 PDT 2006
hald/linux/blockdev.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 674e7fe86a2f1dca672863de5e283eaf0730ae26 (from f4b7988a1ebccee442e48f442adb9988e8b5ed73)
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Mon Sep 4 15:12:11 2006 +0200
hald/linux/blockdev.c: Don't print things we don't have the arguments for. In
hotplug_event_begin_remove_blockdev only some arguments to HAL_INFO mare were
removed, but not the corresponding format string part.
diff --git a/hald/linux/blockdev.c b/hald/linux/blockdev.c
index e40dd93..8fbe084 100644
--- a/hald/linux/blockdev.c
+++ b/hald/linux/blockdev.c
@@ -1241,7 +1241,7 @@ hotplug_event_begin_remove_blockdev (con
{
HalDevice *d;
- HAL_INFO (("block_rem: sysfs_path=%s is_part=%d", sysfs_path));
+ HAL_INFO (("block_rem: sysfs_path=%s", sysfs_path));
d = hal_device_store_match_key_value_string (hald_get_gdl (), "linux.sysfs_path", sysfs_path);
if (d == NULL) {
More information about the hal-commit
mailing list