diff options
Diffstat (limited to 'src/send.cpp')
-rw-r--r-- | src/send.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/send.cpp b/src/send.cpp index b7f7821ae..550bcab7c 100644 --- a/src/send.cpp +++ b/src/send.cpp @@ -46,8 +46,8 @@ void send_cmd(const Anope::string &source, const char *fmt, ...) } else { - UplinkSock->Write("%s", buf); - Log(LOG_RAWIO) << "Sent: "<< buf; + UplinkSock->Write(buf); + Log(LOG_RAWIO) << "Sent: " << buf; } va_end(args); |