use proper printf

This commit is contained in:
Jeff Hill
2001-06-04 23:15:19 +00:00
parent fde282b967
commit e4b95a6ae7

View File

@@ -63,7 +63,7 @@ void netSubscription::show ( unsigned level ) const
void netSubscription::completion ()
{
this->chan.getClient().printf ( "subscription update w/o data ?\n" );
this->chan.printf ( "subscription update w/o data ?\n" );
}
void netSubscription::exception ( int status, const char *pContext )