mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 12:02:25 +02:00
Merge pull request #100 from daleglass-overte/make-wrote-ktx-cache-debug
Make the "Wrote KTX" message a debug one
This commit is contained in:
commit
036977b790
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