summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_source_sd_savedata.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_source_sd_savedata.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_source_sd_savedata.cpp')
-rw-r--r--src/core/file_sys/archive_source_sd_savedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_source_sd_savedata.cpp b/src/core/file_sys/archive_source_sd_savedata.cpp
index e01357891..f31a68038 100644
--- a/src/core/file_sys/archive_source_sd_savedata.cpp
+++ b/src/core/file_sys/archive_source_sd_savedata.cpp
@@ -39,7 +39,7 @@ std::string GetSaveDataMetadataPath(const std::string& mount_location, u64 progr
ArchiveSource_SDSaveData::ArchiveSource_SDSaveData(const std::string& sdmc_directory)
: mount_point(GetSaveDataContainerPath(sdmc_directory)) {
- LOG_INFO(Service_FS, "Directory %s set as SaveData.", mount_point.c_str());
+ LOG_DEBUG(Service_FS, "Directory %s set as SaveData.", mount_point.c_str());
}
ResultVal<std::unique_ptr<ArchiveBackend>> ArchiveSource_SDSaveData::Open(u64 program_id) {