diff options
| author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-24 18:12:11 +0200 |
|---|---|---|
| committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-07-24 18:12:11 +0200 |
| commit | 423109e64c9e723f9f2a52e3537892f584383865 (patch) | |
| tree | 254893ff4502bf5d0326444c59a29072552ffb8c /src/servermain.cpp | |
| parent | e034f8a2a372279edfc5a6c69dc14fb31c9a7685 (diff) | |
| download | minetest-423109e64c9e723f9f2a52e3537892f584383865.tar.xz | |
Two more instances of unhardcoding the project name
Diffstat (limited to 'src/servermain.cpp')
| -rw-r--r-- | src/servermain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/servermain.cpp b/src/servermain.cpp index 146c548c5..b8fb9ba2b 100644 --- a/src/servermain.cpp +++ b/src/servermain.cpp @@ -162,7 +162,7 @@ int main(int argc, char *argv[]) BEGIN_DEBUG_EXCEPTION_HANDLER // Print startup message - dstream<<DTIME<<"minetest-c55" + dstream<<DTIME<<PROJECT_NAME << " with SER_FMT_VER_HIGHEST="<<(int)SER_FMT_VER_HIGHEST <<", "<<BUILD_INFO <<std::endl; |
