Browse Source

Changed error message

rsredsq 10 years ago
parent
commit
da1ce11d7c
1 changed files with 1 additions and 1 deletions
  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;
     }