Message ID | 20231216061223.2199037-6-gerickson@nuovations.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | service/wispr: Add Per-service-unique WISPr Host Route Metric/Priority | expand |
diff --git a/src/wispr.c b/src/wispr.c index 19af1e7bede2..04229d045cab 100644 --- a/src/wispr.c +++ b/src/wispr.c @@ -1281,7 +1281,7 @@ int __connman_wispr_start(struct connman_service *service, struct connman_wispr_portal *wispr_portal = NULL; int index, err; - DBG("service %p (%s) type %d (%s) connect_timeout %ums callback %p", + DBG("service %p (%s) type %d (%s) connect_timeout %u ms callback %p", service, connman_service_get_identifier(service), type, __connman_ipconfig_type2string(type), connect_timeout_ms, callback);