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-10-18 14:44:13 +0000
committerStijn Buys <ingar@osirion.org>2008-10-18 14:44:13 +0000
commitdb287e4a5133125bb6f25ba21ea97c47b19ac67f (patch)
treec977e4da6203344362a186010d017463d88def6e /src/filesystem
parentade4627e7fe0f89d9fdb2e27f01444ad0aa2d41d (diff)
minor module updates
Diffstat (limited to 'src/filesystem')
-rw-r--r--src/filesystem/filesystem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filesystem/filesystem.cc b/src/filesystem/filesystem.cc
index a8fca1d..19869a9 100644
--- a/src/filesystem/filesystem.cc
+++ b/src/filesystem/filesystem.cc
@@ -157,11 +157,11 @@ void init(std::string const & basename, std::string const & modname)
for (size_t i = 0; i < (*path).size(); i++)
if ((*path)[i] == '/') (*path)[i] = '\\';
#endif
- con_print << " directory: " << (*path) << std::endl;
+ con_print << " directory " << (*path) << std::endl;
}
// create writedir
- con_print << " home directory: " << filesystem_writedir << std::endl;
+ con_print << " home " << filesystem_writedir << std::endl;
}
void shutdown()