]> jfr.im git - irc/atheme/atheme.git/commitdiff
libathemecore/uplink.c: increase severity of duplicate log message
authorAaron Jones <redacted>
Sun, 18 Jul 2021 16:02:29 +0000 (16:02 +0000)
committerAaron Jones <redacted>
Sun, 18 Jul 2021 16:02:51 +0000 (16:02 +0000)
libathemecore/uplink.c

index 7d99752381ab39b5a24bdf80fcfa9e85615fece7..ccbfccae580f8c968b363f696eea00a8f330f7a8 100644 (file)
@@ -59,7 +59,7 @@ uplink_add(const char *name, const char *host, const char *send_password, const
                }
                else
                {
-                       slog(LG_INFO, "Duplicate uplink %s.", name);
+                       slog(LG_ERROR, "Ignoring duplicate uplink %s.", name);
                        return NULL;
                }
        }