1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 01:43:13 +02:00

Fix some minor issues with db_atheme error messages.

This commit is contained in:
Sadie Powell
2025-03-07 12:34:19 +00:00
parent b30bfb5d2b
commit 9e37a643f1
+2 -2
View File
@@ -1072,7 +1072,7 @@ private:
ExtensibleRef<MiscData> extref("cs_set_misc:" + key.upper());
if (!extref)
{
Log(this) << "Unknown public metadata for " << ci->name << ": " << key << " = " << value;
Log(this) << "Unknown public channel metadata for " << ci->name << ": " << key << " = " << value;
return true;
}
@@ -1198,7 +1198,7 @@ private:
ExtensibleRef<MiscData> extref("ns_set_misc:" + key.upper());
if (!extref)
{
Log(this) << "Unknown public channel metadata for " << nc->display << ": " << key << " = " << value;
Log(this) << "Unknown public account metadata for " << nc->display << ": " << key << " = " << value;
return true;
}