Changeset 4eb4c0f for protocols/msn
- Timestamp:
- 2008-02-16T17:15:31Z (17 years ago)
- Branches:
- master
- Children:
- fd9fa52
- Parents:
- 8961950 (diff), ca60550 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- protocols/msn
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/Makefile
r8961950 r4eb4c0f 18 18 all: msn_mod.o 19 19 check: all 20 lcov: 20 lcov: check 21 21 gcov: 22 22 gcov *.c -
protocols/msn/ns.c
r8961950 r4eb4c0f 584 584 else 585 585 { 586 debug( "Received unknown command from main server: %s", cmd[0] );586 /* debug( "Received unknown command from main server: %s", cmd[0] ); */ 587 587 } 588 588 -
protocols/msn/sb.c
r8961950 r4eb4c0f 594 594 else 595 595 { 596 debug( "Received unknown command from switchboard server: %s", cmd[0] );596 /* debug( "Received unknown command from switchboard server: %s", cmd[0] ); */ 597 597 } 598 598
Note: See TracChangeset
for help on using the changeset viewer.