Skip to content

Commit

Permalink
bug_906_log_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh7m committed Nov 22, 2015
1 parent dac3cf2 commit f0d13fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/owncloud/android/media/MediaService.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private void processStopFileRequest(Intent intent) {
}
}
catch (NullPointerException e) {
Log_OC.e(TAG, "NullPointerException playing " + remotePath, e);
Log_OC.e(TAG, "NullPointerException while stopping on OCFile ", e);
}
}

Expand Down

0 comments on commit f0d13fa

Please sign in to comment.