Show
Ignore:
Timestamp:
06/21/08 10:26:52 (5 months ago)
Author:
eugene
Message:

Removed a network log warning about 2 unknown List family SNAC subtypes. These subtypes are known, but no action should be done on our side.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqd-srv.cpp

    r6347 r6354  
    47234723      break; 
    47244724    } 
    4725      
     4725 
     4726    case ICQ_SNACxLIST_ROSTxEDITxSTART: 
     4727    case ICQ_SNACxLIST_ROSTxEDITxEND: 
     4728    { 
     4729      // Nothing to be done here. 
     4730      // Server just encloses contact list changes with these. 
     4731      break; 
     4732    } 
     4733 
    47264734    default: 
    47274735      gLog.Warn(tr("%sUnknown List Family Subtype: %04hx\n"), L_SRVxSTR, nSubtype);