Przeglądaj źródła

Changed error message

rsredsq 10 lat temu
rodzic
commit
da1ce11d7c
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
     }