Changeset ed86165
- Timestamp:
- 2010-10-02T04:22:57Z (14 years ago)
- Branches:
- master
- Children:
- 04cd284
- Parents:
- 52f5e90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r52f5e90 red86165 634 634 bd->flags |= MSN_BUDDY_PL; 635 635 636 printf( "%p %s %d\n", bu, handle, bd->flags ); 636 if( getenv( "BITLBEE_DEBUG" ) ) 637 printf( "%p %s %d\n", bu, handle, bd->flags ); 637 638 638 639 return XT_HANDLED; … … 780 781 } 781 782 782 printf( "%s %s\n", id, name ); 783 if( getenv( "BITLBEE_DEBUG" ) ) 784 printf( "%s %s\n", id, name ); 783 785 784 786 return XT_HANDLED; … … 840 842 imcb_add_buddy( ic, handle, group->name ); 841 843 842 printf( "%s %s %s %s\n", id, type, handle, display_name ); 844 if( getenv( "BITLBEE_DEBUG" ) ) 845 printf( "%s %s %s %s\n", id, type, handle, display_name ); 843 846 844 847 return XT_HANDLED;
Note: See TracChangeset
for help on using the changeset viewer.