From a246c592775f16f554c0b7cfb048f1260349d20a Mon Sep 17 00:00:00 2001 From: Elisa Lupin-Jimenez Date: Fri, 4 Aug 2017 16:59:21 -0700 Subject: [PATCH] changed debug print for unsupported entity files --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 18c9dabfb0..2bc1d1e20e 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6355,7 +6355,7 @@ void Application::addAssetToWorldSetMapping(QString filePath, QString mapping, Q if (filePath.endsWith(".obj") || filePath.endsWith(".fbx")) { addAssetToWorldAddEntity(filePath, mapping); } else { - qCDebug(interfaceapp) << "Zipped contents are not valid entity files"; + qCDebug(interfaceapp) << "Zipped contents are not supported entity files"; addAssetToWorldInfoDone(filenameFromPath(filePath)); } }