summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-24 18:12:11 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-24 18:12:11 +0200
commit423109e64c9e723f9f2a52e3537892f584383865 (patch)
tree254893ff4502bf5d0326444c59a29072552ffb8c /src/main.cpp
parente034f8a2a372279edfc5a6c69dc14fb31c9a7685 (diff)
downloadminetest-423109e64c9e723f9f2a52e3537892f584383865.tar.gz
minetest-423109e64c9e723f9f2a52e3537892f584383865.tar.bz2
minetest-423109e64c9e723f9f2a52e3537892f584383865.zip
Two more instances of unhardcoding the project name
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bdfbc35f7..0001d33ec 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1153,7 +1153,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;