Searched refs:full_msg (Results 1 – 2 of 2) sorted by relevance
281 full_msg = "Test results:"288 full_msg += str(cos) + "\n\n"292 logging.debug(full_msg)
1320 DBusString full_msg; in bus_context_log() local1322 if (!_dbus_string_init (&full_msg)) in bus_context_log()1324 if (!_dbus_string_append (&full_msg, context->log_prefix)) in bus_context_log()1326 if (!_dbus_string_append_printf_valist (&full_msg, msg, args)) in bus_context_log()1329 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg)); in bus_context_log()1331 _dbus_string_free (&full_msg); in bus_context_log()