mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
redundant D0s
This commit is contained in:
parent
532f78205b
commit
673eacd099
6 changed files with 13 additions and 13 deletions
|
@ -67,7 +67,7 @@ int emit(string message) {
|
|||
}
|
||||
#endif
|
||||
#ifdef _flag_log_sockets_XMPP
|
||||
D0( log_file("RAW_XMPP", "\n« %O\t%s", ME, message); )
|
||||
log_file("RAW_XMPP", "\n« %O\t%s", ME, message);
|
||||
#endif
|
||||
return ::emit(message);
|
||||
}
|
||||
|
@ -76,7 +76,7 @@ int emit(string message) {
|
|||
// to be sending safe data
|
||||
int emitraw(string message) {
|
||||
#ifdef _flag_log_sockets_XMPP
|
||||
D0( log_file("RAW_XMPP", "\n« %O\t%s", ME, message); )
|
||||
log_file("RAW_XMPP", "\n« %O\t%s", ME, message);
|
||||
#endif
|
||||
return ::emit(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue