Commit 25879ce7 authored by Zachary Giles's avatar Zachary Giles

Fixing spacing issue

parent f0fdd64d
......@@ -197,7 +197,7 @@ public class LocationUpdateService extends Service implements LocationListener {
}
Log.i(TAG, "- url: " + url);
Log.i(TAG, "- params: " + params.toString());
Log.i(TAG, "- headers: " + headers.toString());
Log.i(TAG, "- headers: " + headers.toString());
Log.i(TAG, "- stationaryRadius: " + stationaryRadius);
Log.i(TAG, "- distanceFilter: " + distanceFilter);
Log.i(TAG, "- desiredAccuracy: " + desiredAccuracy);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment