Explorar o código

Fix log macro

Josh Engebretson %!s(int64=9) %!d(string=hai) anos
pai
achega
b1bf2a88e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }