Searched refs:full_msg (Results 1 – 1 of 1) sorted by relevance
1284 DBusString full_msg; in bus_context_log() local1286 if (!_dbus_string_init (&full_msg)) in bus_context_log()1288 if (!_dbus_string_append (&full_msg, context->log_prefix)) in bus_context_log()1290 if (!_dbus_string_append_printf_valist (&full_msg, msg, args)) in bus_context_log()1293 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg)); in bus_context_log()1295 _dbus_string_free (&full_msg); in bus_context_log()