summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/FileMonitor.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2011-02-02 21:52:43 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2011-02-02 21:52:43 +0000
commita3ba93d9ce31c96570bf0b80ac9728ef98e93e77 (patch)
treef167c424e81c449e47e1e55757483800579626c2 /Source/Core/DiscIO/Src/FileMonitor.cpp
parent39b1ade020157a8bbc9b51453c54a3faccf71495 (diff)
Thread affinity on OS X and *BSD.
Keep building the software plugin to prevent rot. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7045 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/FileMonitor.cpp')
-rw-r--r--Source/Core/DiscIO/Src/FileMonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/FileMonitor.cpp b/Source/Core/DiscIO/Src/FileMonitor.cpp
index c5ef5c45c5..822c010364 100644
--- a/Source/Core/DiscIO/Src/FileMonitor.cpp
+++ b/Source/Core/DiscIO/Src/FileMonitor.cpp
@@ -101,7 +101,7 @@ void CheckFile(std::string File, u64 Size)
std::string Str = StringFromFormat("%s kB %s", ThousandSeparate(Size, 7).c_str(), File.c_str());
if (ShowSound(File))
{
- NOTICE_LOG(FILEMON, "%s", Str.c_str());
+ INFO_LOG(FILEMON, "%s", Str.c_str());
}
else
{