daemon: disable log dump

This commit is contained in:
Nedko Arnaudov 2010-05-04 22:24:27 +03:00
parent 4a0e2cbef7
commit 43deb74a41
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ static void get_all(struct dbus_method_call * call_ptr)
dbus_bool_t running;
dbus_bool_t terminal;
log_info("get_all called");
//log_info("get_all called");
call_ptr->reply = dbus_message_new_method_return(call_ptr->message);
if (call_ptr->reply == NULL)