Skip to content

Commit b9c1a75

Browse files
author
sapier
committedJan 21, 2017
Fix unknown command message not providing number of cmd
1 parent c57b4ff commit b9c1a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/content_cao.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ void GenericCAO::processMessage(const std::string &data)
17791779
} else {
17801780
warningstream << FUNCTION_NAME
17811781
<< ": unknown command or outdated client \""
1782-
<< cmd << std::endl;
1782+
<< +cmd << "\"" << std::endl;
17831783
}
17841784
}
17851785

0 commit comments

Comments
 (0)
Please sign in to comment.