浏览代码

Fix compile error

Lou Yihua 8 年之前
父节点
当前提交
f577c8675d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android/src/io/github/sdlpal/PalActivity.java

+ 1 - 1
android/src/io/github/sdlpal/PalActivity.java

@@ -19,7 +19,7 @@ public class PalActivity extends SDLActivity {
             mediaPlayer.setDataSource(mSingleton.getApplicationContext(), Uri.fromFile(new File(filename)));
             mediaPlayer.prepare();
         } catch(IOException e) {
-            Log.e(TAG, interFileURI.toString() + " not available for playing, check");
+            Log.e(TAG, filename + " not available for playing, check");
         }
     }