[Android] VideoGridFragment: downgrade severity of debug statements
Edward Wang
git at videolan.org
Thu Jun 6 05:00:05 CEST 2013
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Wed Jun 5 22:56:20 2013 -0400| [68240dbffa000787a2ee5ac79e72d45d516e9af4] | committer: Edward Wang
VideoGridFragment: downgrade severity of debug statements
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=68240dbffa000787a2ee5ac79e72d45d516e9af4
---
vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java
index d3c47c8..e503e8a 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java
@@ -231,7 +231,7 @@ public class VideoGridFragment extends SherlockGridFragment implements ISortable
gv.setColumnWidth(Util.convertDpToPx(GRID_ITEM_WIDTH_DP));
mVideoAdapter.setListMode(false);
} else {
- Log.e(TAG, "Switching to list mode");
+ Log.d(TAG, "Switching to list mode");
gv.setNumColumns(1);
gv.setStretchMode(LIST_STRETCH_MODE);
gv.setHorizontalSpacing(LIST_HORIZONTAL_SPACING_DP);
More information about the Android
mailing list