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); }