summaryrefslogtreecommitdiff
path: root/libhal
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-02-20 02:28:46 -0500
committerDavid Zeuthen <davidz@redhat.com>2007-02-20 02:28:46 -0500
commit56d25189e3173333c457b349496f0b1b1665b6dd (patch)
tree5c1bc828bca231cf16fd3212959366234d0441ee /libhal
parenta7b41e73c214fa95a8ca2ab1805de5558251f599 (diff)
remove annoying LIBHAL_FREE_DBUS_ERROR spew to stderr
Diffstat (limited to 'libhal')
-rw-r--r--libhal/libhal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libhal/libhal.h b/libhal/libhal.h
index 9962da1e..34135b75 100644
--- a/libhal/libhal.h
+++ b/libhal/libhal.h
@@ -46,11 +46,6 @@ extern "C" {
do { \
if (dbus_error_is_set(_dbus_error_)) \
dbus_error_free (_dbus_error_); \
- else \
- fprintf (stderr, \
- "%s %d : INFO: called LIBHAL_FREE_DBUS_ERROR " \
- "but dbusError was not set.\n", \
- __FILE__, __LINE__); \
} while (0)