Skip to content

Commit

Permalink
scanbd/dbus.c: don't log each dbus iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mdengler committed Aug 25, 2014
1 parent 19f276e commit a481c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanbd/dbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ static void* dbus_thread(void* arg) {
slog(SLOG_DEBUG, "timeout: %d ms", timeout);

while(dbus_connection_read_write_dispatch(conn, timeout)) {
slog(SLOG_DEBUG, "Iteration on dbus call");
//slog(SLOG_DEBUG, "Iteration on dbus call");
usleep(timeout * 1000);
}
return NULL;
Expand Down

0 comments on commit a481c27

Please sign in to comment.