summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-08-31 22:42:10 +0000
committerhrydgard <hrydgard@gmail.com>2009-08-31 22:42:10 +0000
commit0b5c9930763acb96a005d12c5b89c9a04d9b9d66 (patch)
treeb20f51b122ed0daad151c51d0dc485045d9d8f89 /Source/Core/DiscIO/Src/NANDContentLoader.cpp
parentfdf94d7d2b253f7e608a6ca4e05e04d403b17130 (diff)
Misc : build fix for debug x64, assorted cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4127 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/NANDContentLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
index 017c664f1a..943d567fda 100644
--- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
@@ -263,7 +263,7 @@ bool CNANDContentLoader::CreateFromDirectory(const std::string& _rPath)
}
else
{
- PanicAlert("NANDContentLoader: error opening %s", szFilename);
+ ERROR_LOG(DISCIO, "NANDContentLoader: error opening %s", szFilename);
}
}