summaryrefslogtreecommitdiff
path: root/src/admin
diff options
context:
space:
mode:
authorHello TMW <hello@themanaworld.org>2024-09-17 14:04:03 +0000
committerHello TMW <hello@themanaworld.org>2024-09-17 14:04:03 +0000
commit3a0bfe045e24a8d769c60b513ade85505926be70 (patch)
tree9c8b265ac18c45bf6e51745af32b471646422b26 /src/admin
parent90754fd121ffaec886c415689031f9ef01ae4972 (diff)
parent48ee77e4fdfc3741996df0ddaca49c090292fc10 (diff)
downloadtmwa-3a0bfe045e24a8d769c60b513ade85505926be70.tar.gz
tmwa-3a0bfe045e24a8d769c60b513ade85505926be70.tar.bz2
tmwa-3a0bfe045e24a8d769c60b513ade85505926be70.tar.xz
tmwa-3a0bfe045e24a8d769c60b513ade85505926be70.zip
Merge branch tmwa:master into master
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/ladmin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp
index 6e8642b..240582b 100644
--- a/src/admin/ladmin.cpp
+++ b/src/admin/ladmin.cpp
@@ -2571,7 +2571,7 @@ void parse_fromlogin(Session *s)
}
else
{
- PRINTF("Variables %i of %i used.\n"_fmt, repeat.size(), ACCOUNT_REG2_NUM);
+ PRINTF("Variables %zi of %zi used.\n"_fmt, repeat.size(), ACCOUNT_REG2_NUM);
auto jlim = std::min(repeat.size(), ACCOUNT_REG2_NUM);
for (size_t j = 0; j < jlim; ++j)
PRINTF("Variable %s == `%i`\n"_fmt, repeat[j].name, repeat[j].value);
@@ -2789,7 +2789,6 @@ int do_init(Slice<ZString> argv)
admin::eathena_interactive_session = isatty(0);
- LADMIN_LOG(""_fmt);
LADMIN_LOG("Configuration file readed.\n"_fmt);
Iprintf("EAthena login-server administration tool.\n"_fmt);