session-manager: Silence compiler warning.

pull/3/head
Jonathan Moore Liles 2012-11-18 13:23:56 -08:00
parent 06be33b0cc
commit 3b25772788
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ OSC_HANDLER( announce )
if ( major > NSM_API_VERSION_MAJOR )
{
DMESSAGE( "Client is using incompatible and more recent API version %i.%i", major, minor );
MESSAGE( "Client is using incompatible and more recent API version %i.%i", major, minor );
osc_server->send( lo_message_get_source( msg ), "/error",
path,