Changeset 8ff0a61 for protocols/msn/ns.c


Ignore:
Timestamp:
2008-02-03T17:11:15Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
63075d7
Parents:
8c1eb80
Message:

Disabling "Unknown command" warnings since they're very noisy and pretty
pointless.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/ns.c

    r8c1eb80 r8ff0a61  
    584584        else
    585585        {
    586                 debug( "Received unknown command from main server: %s", cmd[0] );
     586                /* debug( "Received unknown command from main server: %s", cmd[0] ); */
    587587        }
    588588       
Note: See TracChangeset for help on using the changeset viewer.