Changeset 84b045d for protocols/msn/sb.c
- Timestamp:
- 2007-04-16T01:03:08Z (17 years ago)
- Branches:
- master
- Children:
- 6bbb939
- Parents:
- c2fb3809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
rc2fb3809 r84b045d 222 222 g_slist_free( sb->msgq ); 223 223 224 imc _log( ic, "Warning: Closing down MSN switchboard connection with "224 imcb_log( ic, "Warning: Closing down MSN switchboard connection with " 225 225 "unsent message to %s, you'll have to resend it.", 226 226 sb->who ? sb->who : "(unknown)" ); … … 321 321 if( strcmp( cmd[0], "XFR" ) == 0 ) 322 322 { 323 imc _error( ic, "Received an XFR from a switchboard server, unable to comply! This is likely to be a bug, please report it!" );323 imcb_error( ic, "Received an XFR from a switchboard server, unable to comply! This is likely to be a bug, please report it!" ); 324 324 imc_logout( ic, TRUE ); 325 325 return( 0 ); … … 528 528 const struct msn_status_code *err = msn_status_by_number( num ); 529 529 530 imc _error( ic, "Error reported by switchboard server: %s", err->text );530 imcb_error( ic, "Error reported by switchboard server: %s", err->text ); 531 531 532 532 if( err->flags & STATUS_SB_FATAL )
Note: See TracChangeset
for help on using the changeset viewer.