Skip to content

Commit

Permalink
Addressed segviol in issue #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kelly committed Mar 15, 2020
1 parent 768ae57 commit 3e8207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raveloxmidi/src/applemidi_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ net_response_t * applemidi_sync_responder( void *data )

if( ! ctx )
{
logging_printf( LOGGING_DEBUG, "applemidi_sync_responder: No context found for ssrc=%s\n", sync->ssrc );
logging_printf( LOGGING_DEBUG, "applemidi_sync_responder: No context found for ssrc=0x%08x\n", sync->ssrc );
return NULL;
}

Expand Down

0 comments on commit 3e8207a

Please sign in to comment.