file_sys: lower log level for setting host path

This commit is contained in:
wwylele
2017-03-08 17:47:24 +02:00
parent 7cd6cc0fd9
commit 047a1586fe
4 changed files with 4 additions and 4 deletions

View File

@ -306,7 +306,7 @@ u64 SDMCArchive::GetFreeBytes() const {
ArchiveFactory_SDMC::ArchiveFactory_SDMC(const std::string& sdmc_directory)
: sdmc_directory(sdmc_directory) {
LOG_INFO(Service_FS, "Directory %s set as SDMC.", sdmc_directory.c_str());
LOG_DEBUG(Service_FS, "Directory %s set as SDMC.", sdmc_directory.c_str());
}
bool ArchiveFactory_SDMC::Initialize() {