summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/CellLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/CellLayout.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/CellLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/cyanogenmod/trebuchet/CellLayout.java b/src/com/cyanogenmod/trebuchet/CellLayout.java
index d61ffbaae..788806822 100644
--- a/src/com/cyanogenmod/trebuchet/CellLayout.java
+++ b/src/com/cyanogenmod/trebuchet/CellLayout.java
@@ -58,7 +58,7 @@ import java.util.HashMap;
import java.util.Stack;
public class CellLayout extends ViewGroup {
- static final String TAG = "CellLayout";
+ private static final String TAG = "Trebuchet.CellLayout";
private Launcher mLauncher;
private int mCellWidth;