daemon: improve logs

This commit is contained in:
Nedko Arnaudov 2009-12-12 02:11:10 +02:00
parent cb2cf4eafe
commit 529db78e7a
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ message_hook(
if (dbus_message_is_signal(message, A2J_IFACE_CONTROL, "bridge_started"))
{
log_info("a2j bridge started.");
log_info("a2j bridge start detected.");
if (g_a2j_jack_client_name != NULL)
{
@ -109,7 +109,7 @@ message_hook(
g_a2j_started = false;
log_info("a2j bridge stopped.");
log_info("a2j bridge stop detected.");
return DBUS_HANDLER_RESULT_HANDLED;
}