From 2b10cc1d3486a5695547f66a1b051282d8b42fb9 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Wed, 14 Aug 2024 17:30:13 +0200 Subject: [PATCH] Update ImageFileCache.UWP.cs --- MapControl/UWP/ImageFileCache.UWP.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/UWP/ImageFileCache.UWP.cs b/MapControl/UWP/ImageFileCache.UWP.cs index b227df58..5c50fe8f 100644 --- a/MapControl/UWP/ImageFileCache.UWP.cs +++ b/MapControl/UWP/ImageFileCache.UWP.cs @@ -32,7 +32,7 @@ namespace MapControl.Caching { rootFolder = folder ?? throw new ArgumentException($"The {nameof(folder)} argument must not be null or empty.", nameof(folder)); - Debug.WriteLine($"ImageFileCache: {rootFolder}"); + Debug.WriteLine($"ImageFileCache: {rootFolder.Path}"); _ = Task.Factory.StartNew(CleanAsync, TaskCreationOptions.LongRunning); }