diff options
Diffstat (limited to 'vdrmanager/src/de')
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java b/vdrmanager/src/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java index 0eac4fb..97d6428 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java @@ -34,7 +34,7 @@ import de.bjusystems.vdrmanager.data.Vdr; public class VdrSharedPreferencesImpl implements SharedPreferences { - private static final String TAG = "SharedPreferencesImpl"; + private static final String TAG = VdrSharedPreferencesImpl.class.getSimpleName(); private static final boolean DEBUG = false; |