Changeset 693aca0
- Timestamp:
- 2015-04-10T17:10:40Z (10 years ago)
- Branches:
- master
- Children:
- 254a4da
- Parents:
- a9b1e0e
- git-author:
- dequis <dx@…> (08-03-15 04:28:28)
- git-committer:
- dequis <dx@…> (10-04-15 17:10:40)
- Location:
- protocols/msn
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
ra9b1e0e r693aca0 275 275 276 276 if (st <= 0) { 277 fprintf(stderr, "\n\x1b[92m<<< [closed]\x1b[97m "); 277 278 return(-1); 278 279 } 279 280 280 281 if (getenv("BITLBEE_DEBUG")) { 281 write(2, "->C:", 4);282 fprintf(stderr, "\n\x1b[92m<<< "); 282 283 write(2, h->rxq + h->rxlen - st, st); 284 fprintf(stderr, "\x1b[97m"); 283 285 } 284 286 -
protocols/msn/ns.c
ra9b1e0e r693aca0 58 58 59 59 if (getenv("BITLBEE_DEBUG")) { 60 fprintf(stderr, " ->NS%d:%s\n", fd, out);60 fprintf(stderr, "\x1b[91m>>>[NS%d] %s\n\x1b[97m", fd, out); 61 61 } 62 62 -
protocols/msn/soap.c
ra9b1e0e r693aca0 209 209 return; 210 210 } 211 fprintf(stderr, "\n\x1b[90mSOAP:\n"); 211 212 212 213 if (headers) { … … 225 226 xt_free_node(xt); 226 227 } 228 fprintf(stderr, "\n\x1b[97m\n"); 227 229 } 228 230
Note: See TracChangeset
for help on using the changeset viewer.