Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java')
-rw-r--r--android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java b/android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java
index 84fa4842b4..06ac0b7c2a 100644
--- a/android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java
+++ b/android/src/com/mapswithme/maps/background/AbstractLogBroadcastReceiver.java
@@ -23,7 +23,7 @@ public abstract class AbstractLogBroadcastReceiver extends BroadcastReceiver
{
if (intent == null)
{
- LOGGER.w(getTag(), "An intent with null intent detected");
+ LOGGER.w(getTag(), "A null intent detected");
return;
}