Changeset 51f937e
- Timestamp:
- 2013-08-03T13:36:53Z (11 years ago)
- Branches:
- master
- Children:
- e73e165
- Parents:
- e4752a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
re4752a6 r51f937e 880 880 "malformed OTR message received"); 881 881 break; 882 case OTRL_MSGEVENT_LOG_HEARTBEAT_RCVD: 883 if(global.conf->verbose) { 884 log_otr_message(opdata, "%s/%s: heartbeat received", 885 ctx->accountname, ctx->protocol); 886 } 887 break; 888 case OTRL_MSGEVENT_LOG_HEARTBEAT_SENT: 889 if(global.conf->verbose) { 890 log_otr_message(opdata, "%s/%s: heartbeat sent", 891 ctx->accountname, ctx->protocol); 892 } 893 break; 882 894 case OTRL_MSGEVENT_RCVDMSG_GENERAL_ERR: 883 895 display_otr_message(opdata, ctx, … … 897 909 break; 898 910 default: 899 /* ignore XXX log?*/911 /* shouldn't happen */ 900 912 break; 901 913 }
Note: See TracChangeset
for help on using the changeset viewer.