aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/txqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/oscar/txqueue.c')
-rw-r--r--protocols/oscar/txqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/txqueue.c b/protocols/oscar/txqueue.c
index 4416025a..d38986d0 100644
--- a/protocols/oscar/txqueue.c
+++ b/protocols/oscar/txqueue.c
@@ -79,7 +79,7 @@ static int aim_tx_enqueue__queuebased(aim_session_t *sess, aim_frame_t *fr)
{
if (!fr->conn) {
- imcb_error(sess->aux_data, "WARNING: enqueueing packet with no connection");
+ imcb_error(sess->aux_data, "Warning: enqueueing packet with no connection");
fr->conn = aim_getconn_type(sess, AIM_CONN_TYPE_BOS);
}