Changeset 43462708 for protocols/oscar
- Timestamp:
- 2008-01-06T12:37:55Z (17 years ago)
- Branches:
- master
- Children:
- 181e47a, fc82be6
- Parents:
- 46dca11
- Location:
- protocols/oscar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/service.c
r46dca11 r43462708 894 894 */ 895 895 } else 896 imcb_error(sess->aux_data, "W ARNING: unknown hash request");896 imcb_error(sess->aux_data, "Warning: unknown hash request"); 897 897 898 898 } -
protocols/oscar/txqueue.c
r46dca11 r43462708 80 80 81 81 if (!fr->conn) { 82 imcb_error(sess->aux_data, "W ARNING: enqueueing packet with no connection");82 imcb_error(sess->aux_data, "Warning: enqueueing packet with no connection"); 83 83 fr->conn = aim_getconn_type(sess, AIM_CONN_TYPE_BOS); 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.