mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 14:05:27 +02:00
Make the "Wrote KTX" message a debug one
This commit is contained in:
parent
95ebe6bab0
commit
99d00d03cd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void KTXCache::initialize() {
|
|||
|
||||
|
||||
std::unique_ptr<File> KTXCache::createFile(Metadata&& metadata, const std::string& filepath) {
|
||||
qCInfo(file_cache) << "Wrote KTX" << metadata.key.c_str();
|
||||
qCDebug(file_cache) << "Wrote KTX" << metadata.key.c_str();
|
||||
return FileCache::createFile(std::move(metadata), filepath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue