diff options
author | Spp <spp@jorge.gr> | 2012-10-23 14:16:05 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-10-23 14:16:05 +0200 |
commit | 60d4343d8e8183e170ec833b43ec1254d5752c80 (patch) | |
tree | 718b83fa9d886610bb281785d6a19b3ea0d5ba4a /src/server/authserver/Main.cpp | |
parent | b73a5f32b07c227abc9c03a3348bf6d786107c30 (diff) | |
parent | 663db1cee3ab9bd3de76f210bc7c178f4991953e (diff) |
Merge branch 'master' into 4.3.4
Conflicts:
src/server/game/Spells/Spell.cpp
src/server/shared/Logging/Appender.h
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rwxr-xr-x | src/server/authserver/Main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 011210dd95b..90d112a1433 100755 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -86,7 +86,7 @@ extern int main(int argc, char **argv) { if (++c >= argc) { - printf("Runtime-Error: -c option requires an input argument"); + printf("Runtime-Error: -c option requires an input argument\n"); usage(argv[0]); return 1; } @@ -98,8 +98,8 @@ extern int main(int argc, char **argv) if (!ConfigMgr::Load(cfg_file)) { - printf("Invalid or missing configuration file : %s", cfg_file); - printf("Verify that the file exists and has \'[authserver]\' written in the top of the file!"); + printf("Invalid or missing configuration file : %s\n", cfg_file); + printf("Verify that the file exists and has \'[authserver]\' written in the top of the file!\n"); return 1; } |