Browse Source

Fix log macro

Josh Engebretson 9 years ago
parent
commit
b1bf2a88e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/IO/FileWatcher.cpp

+ 1 - 1
Source/Atomic/IO/FileWatcher.cpp

@@ -103,7 +103,7 @@ bool FileWatcher::StartWatching(const String& pathName, bool watchSubDirs)
     }
     else
     {
-        LOGDEBUGF("FileWatcher::StartWatching - Ignoring non-writable path %s", nativePath.CString());
+        ATOMIC_LOGDEBUGF("FileWatcher::StartWatching - Ignoring non-writable path %s", nativePath.CString());
         return false;
     }