session-manager: Silence compiler warning.
This commit is contained in:
parent
06be33b0cc
commit
3b25772788
|
@ -778,7 +778,7 @@ OSC_HANDLER( announce )
|
||||||
|
|
||||||
if ( major > NSM_API_VERSION_MAJOR )
|
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",
|
osc_server->send( lo_message_get_source( msg ), "/error",
|
||||||
path,
|
path,
|
||||||
|
|
Loading…
Reference in New Issue