]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
logging: no need for quotes around netradiant version in radiant.log
authorThomas Debesse <dev@illwieckz.net>
Wed, 5 Jun 2019 01:30:53 +0000 (03:30 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 16 Jun 2019 13:22:23 +0000 (15:22 +0200)
radiant/console.cpp

index dbcf64cd7aec17a9dcc42f2f356fe62a8f70fbed..2eaf9cdf7dd505a0ee5faabb02e6b50619f32a08 100644 (file)
@@ -64,7 +64,7 @@ void Sys_LogFile( bool enable ){
                        time_t localtime;
                        time( &localtime );
                        globalOutputStream() << "Today is: " << ctime( &localtime )
-                                                                << "This is " RADIANT_NAME " '" RADIANT_VERSION "' compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n";
+                                                                << "This is " RADIANT_NAME " " RADIANT_VERSION " compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n";
                }
                else{
                        ui::alert( ui::root, "Failed to create log file, check write permissions in " RADIANT_NAME " directory.\n",