summaryrefslogtreecommitdiff
path: root/omapip/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'omapip/connection.c')
-rw-r--r--omapip/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/connection.c b/omapip/connection.c
index 07b60a09..f1207757 100644
--- a/omapip/connection.c
+++ b/omapip/connection.c
@@ -461,7 +461,7 @@ isc_result_t omapi_disconnect (omapi_object_t *h,
omapi_connection_object_t *c;
#ifdef DEBUG_PROTOCOL
- log_debug ("omapi_disconnect(%s)", force ? "force" : "");
+ log_debug ("omapi_disconnect(force=%d)", force);
#endif
c = (omapi_connection_object_t *)h;