From 3ebe43eb75806990a402aafd5858de615d5c1cca Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 2 Jun 2022 01:26:45 +0100 Subject: Solve the error logging situation --- src/con_.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/con_.c') diff --git a/src/con_.c b/src/con_.c index 5cfe046..f259324 100644 --- a/src/con_.c +++ b/src/con_.c @@ -399,6 +399,9 @@ static void helpuserhelpus(int pluginver, char ifaceverchar) { con_msg("\n"); } +// note: for now at least, not using errmsg_*() macros here because it doesn't +// really make sense for these messages to be coming from "con" + static void warnoe(void) { con_warn("sst: error: this engine version is not yet supported\n"); } -- cgit v1.2.3