Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 238b021

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/content_cao.cpp

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

17861786
/* \pre punchitem != NULL

0 commit comments

Comments
 (0)
Please sign in to comment.