Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-lib] Minor debug output tweak
  • Loading branch information
monich committed Mar 12, 2015
1 parent d6a749d commit 103a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_dispatcher.c
Expand Up @@ -659,7 +659,7 @@ mms_dispatcher_handler_done(
void* param)
{
MMSDispatcher* disp = param;
MMS_VERBOSE("Handler has nothing to do");
MMS_VERBOSE("Handler is inactive");
mms_dispatcher_next_run_schedule(disp);
}

Expand Down

0 comments on commit 103a462

Please sign in to comment.