aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/sb.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-02-03 17:11:15 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-02-03 17:11:15 +0000
commit8ff0a61e7389db201ff4534f267225af6f66736b (patch)
tree21733a509138f9fe569d4bc70b5f08858dcca750 /protocols/msn/sb.c
parent8c1eb8025f493ce22b4cc58da1ecfd4afa416816 (diff)
Disabling "Unknown command" warnings since they're very noisy and pretty
pointless.
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r--protocols/msn/sb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c
index cdf2e8ad..18c41ef5 100644
--- a/protocols/msn/sb.c
+++ b/protocols/msn/sb.c
@@ -593,7 +593,7 @@ static int msn_sb_command( gpointer data, char **cmd, int num_parts )
}
else
{
- debug( "Received unknown command from switchboard server: %s", cmd[0] );
+ /* debug( "Received unknown command from switchboard server: %s", cmd[0] ); */
}
return( 1 );