Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-11 19:11:57 +0000
committerStijn Buys <ingar@osirion.org>2008-11-11 19:11:57 +0000
commit773c1bafe0f1d8b706e0f72e235f8466e7a9ccf5 (patch)
treeab4b3058f436a4e4c54618f132a9179ee40e330c /src/dedicated
parent3082cb197fb6af7d069f9ad211ff6ea5657d924a (diff)
cleanups
Diffstat (limited to 'src/dedicated')
-rw-r--r--src/dedicated/dedicated.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dedicated/dedicated.cc b/src/dedicated/dedicated.cc
index 387fcbe..8f47180 100644
--- a/src/dedicated/dedicated.cc
+++ b/src/dedicated/dedicated.cc
@@ -33,7 +33,7 @@ void run(int count, char **arguments)
void Dedicated::init(int count, char **arguments)
{
- con_print << "^BInitializing server..." << std::endl;
+ con_print << "^BInitializing dedicated server..." << std::endl;
core::Cvar::set("sv_dedicated", "1", core::Cvar::ReadOnly);
@@ -68,7 +68,7 @@ void Dedicated::run()
void Dedicated::shutdown()
{
- con_print << "^BShutting down server..." << std::endl;
+ con_print << "^BShutting down dedicated server..." << std::endl;
float ratio = 0;
if (core::Stats::network_uncompressed_bytes_sent > 0)