summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2006-09-04 15:12:11 +0200
committerSjoerd Simons <sjoerd@luon.net>2006-09-04 15:12:11 +0200
commit674e7fe86a2f1dca672863de5e283eaf0730ae26 (patch)
treec7c0dd57b4a2a896d6d07497875fff0a8f263fd8
parentf4b7988a1ebccee442e48f442adb9988e8b5ed73 (diff)
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.
-rw-r--r--hald/linux/blockdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/linux/blockdev.c b/hald/linux/blockdev.c
index e40dd932..8fbe0845 100644
--- a/hald/linux/blockdev.c
+++ b/hald/linux/blockdev.c
@@ -1241,7 +1241,7 @@ hotplug_event_begin_remove_blockdev (const gchar *sysfs_path, void *end_token)
{
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) {