From 2baabe14fbecf9fe43f4ef0ddab4cbdc7b20e015 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 25 Feb 2021 14:58:22 +0100 Subject: [PATCH] netradiant: dds/ prefix, use makeQuoted() in log printing --- radiant/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/image.cpp b/radiant/image.cpp index 5f16c01a..9d74d348 100644 --- a/radiant/image.cpp +++ b/radiant/image.cpp @@ -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(); -- 2.39.2