From f40595354f376f3c09cab1451127494d07b1cf05 Mon Sep 17 00:00:00 2001 From: Hardy Date: Mon, 6 May 2024 19:04:00 +0200 Subject: [PATCH] format Log --- OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java b/OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java index 353b387d9fb..4090e0bf2cc 100644 --- a/OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java +++ b/OsmAnd/src/net/osmand/plus/track/helpers/GpxDbHelper.java @@ -72,9 +72,7 @@ public void loadGpxItems() { remove(file); } }); - - long end = System.currentTimeMillis(); - LOG.info("Time to loadGpxItems " + (end - start) + " ms items count " + items.size()); + LOG.info("Time to loadGpxItems " + (System.currentTimeMillis() - start) + " ms, " + items.size() + " items"); } public void loadGpxDirItems() {