summaryrefslogtreecommitdiffhomepage
path: root/src/con_.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-06-02 01:26:45 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-06-02 01:30:26 +0100
commit3ebe43eb75806990a402aafd5858de615d5c1cca (patch)
tree16edcb4b560520ad5225673e1a8ad45facc20c40 /src/con_.c
parent74563bfb8c506150172b9bbf73d828372add3394 (diff)
Solve the error logging situation
Diffstat (limited to 'src/con_.c')
-rw-r--r--src/con_.c3
1 files changed, 3 insertions, 0 deletions
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");
}