Josh Engebretson пре 9 година
родитељ
комит
b1bf2a88e0
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
     }