summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_extsavedata.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-03-08 16:47:24 +0100
committerwwylele <wwylele@gmail.com>2017-03-08 16:47:24 +0100
commit047a1586fe8440e8c6f11e3dd11938ca97743f83 (patch)
tree694f03ed6692d7463bd8cb24b86337f64af8c288 /src/core/file_sys/archive_extsavedata.cpp
parentfile_util: lower logging level for harmless cases (diff)
downloadyuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar.gz
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar.bz2
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar.lz
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar.xz
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.tar.zst
yuzu-047a1586fe8440e8c6f11e3dd11938ca97743f83.zip
Diffstat (limited to 'src/core/file_sys/archive_extsavedata.cpp')
-rw-r--r--src/core/file_sys/archive_extsavedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_extsavedata.cpp b/src/core/file_sys/archive_extsavedata.cpp
index dd2fb167f..f454e7840 100644
--- a/src/core/file_sys/archive_extsavedata.cpp
+++ b/src/core/file_sys/archive_extsavedata.cpp
@@ -173,7 +173,7 @@ Path ConstructExtDataBinaryPath(u32 media_type, u32 high, u32 low) {
ArchiveFactory_ExtSaveData::ArchiveFactory_ExtSaveData(const std::string& mount_location,
bool shared)
: shared(shared), mount_point(GetExtDataContainerPath(mount_location, shared)) {
- LOG_INFO(Service_FS, "Directory %s set as base for ExtSaveData.", mount_point.c_str());
+ LOG_DEBUG(Service_FS, "Directory %s set as base for ExtSaveData.", mount_point.c_str());
}
bool ArchiveFactory_ExtSaveData::Initialize() {