]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
netradiant: dds/ prefix, use makeQuoted() in log printing
authorThomas Debesse <dev@illwieckz.net>
Thu, 25 Feb 2021 13:58:22 +0000 (14:58 +0100)
committerThomas Debesse <dev@illwieckz.net>
Fri, 5 Mar 2021 02:17:08 +0000 (03:17 +0100)
radiant/image.cpp

index 5f16c01ac914a42fb4e2786410cbecba6cf8df65..9d74d348fd637ebdfb16b578fddf335213fcdd94 100644 (file)
@@ -61,7 +61,7 @@ public:
 
                        if ( file != 0 ) {
                                // tell user which image file is found for the given texture path
-                               globalOutputStream() << "Found image file: \"" << fullname.c_str() << "\"\n";
+                               globalOutputStream() << "Found image file: " << makeQuoted( fullname.c_str() ) << "\n";
 
                                m_image = table.loadImage( *file );
                                file->release();