summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_sdmcwriteonly.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_sdmcwriteonly.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 '')
-rw-r--r--src/core/file_sys/archive_sdmcwriteonly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_sdmcwriteonly.cpp b/src/core/file_sys/archive_sdmcwriteonly.cpp
index 2aafc9b1d..244aef48a 100644
--- a/src/core/file_sys/archive_sdmcwriteonly.cpp
+++ b/src/core/file_sys/archive_sdmcwriteonly.cpp
@@ -32,7 +32,7 @@ ResultVal<std::unique_ptr<DirectoryBackend>> SDMCWriteOnlyArchive::OpenDirectory
ArchiveFactory_SDMCWriteOnly::ArchiveFactory_SDMCWriteOnly(const std::string& mount_point)
: sdmc_directory(mount_point) {
- LOG_INFO(Service_FS, "Directory %s set as SDMCWriteOnly.", sdmc_directory.c_str());
+ LOG_DEBUG(Service_FS, "Directory %s set as SDMCWriteOnly.", sdmc_directory.c_str());
}
bool ArchiveFactory_SDMCWriteOnly::Initialize() {