rsredsq пре 10 година
родитељ
комит
da1ce11d7c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/ToolCore/Platform/PlatformAndroid.cpp

+ 1 - 1
Source/ToolCore/Platform/PlatformAndroid.cpp

@@ -91,7 +91,7 @@ void PlatformAndroid::RefreshAndroidTargets()
 
     if (!fileSystem->DirExists(androidSDKPath))
     {
-        LOGERRORF("Android path not exists");
+        LOGERRORF("The Android SDK path %s does not exist", androidSDKPath.CString());
         return;
     }