Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyx14 committed Sep 14, 2023
1 parent 0655c60 commit a3c7f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/canary_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void CanaryServer::logInfos() {
logger.debug("DIRTY - NOT OFFICIAL RELEASE");
#endif
#else
logger.info("{} - Version {}", "The ", STATUS_SERVER_NAME, STATUS_SERVER_VERSION);
logger.info("The {} - Version {}", STATUS_SERVER_NAME, STATUS_SERVER_VERSION);
#endif

logger.debug("Compiled with {}, on {} {}, for platform {}\n", getCompiler(), __DATE__, __TIME__, getPlatform());
Expand All @@ -189,8 +189,8 @@ void CanaryServer::logInfos() {
#endif

logger.info("A server developed by: {}", STATUS_SERVER_DEVELOPERS);
logger.info("Visit our website for updates, support, and resources: "
"https://docs.opentibiabr.com/home/welcome/ and "
logger.info("Visit our website for updates, support, and resources:\n"
"https://docs.opentibiabr.com/home/welcome/ \n"
"https://github.com/mattyx14/otxserver/\n");
}

Expand Down
2 changes: 1 addition & 1 deletion src/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

static constexpr auto STATUS_SERVER_NAME = "OTX Server";
static constexpr auto STATUS_SERVER_VERSION = "6.2";
static constexpr auto STATUS_SERVER_DEVELOPERS = "OpenTibiaBR Organization and data formater: Mattyx14";
static constexpr auto STATUS_SERVER_DEVELOPERS = "OpenTibiaBR Organization and data editor: Mattyx14";

static constexpr auto AUTHENTICATOR_DIGITS = 6U;
static constexpr auto AUTHENTICATOR_PERIOD = 30U;
Expand Down

0 comments on commit a3c7f67

Please sign in to comment.