]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/image.cpp
netradiant: dds/ prefix, use makeQuoted() in log printing
[xonotic/netradiant.git] / 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();