Skip to content

Commit 80abfc3

Browse files
committed
fix Debug to Trace
1 parent 7967cf2 commit 80abfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/Ice/Main/Sources/Presenters/Base/ArchiveFacade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected void SetTemp(string alternate)
182182
/* --------------------------------------------------------------------- */
183183
protected override void Dispose(bool disposing)
184184
{
185-
static void f(string s) { foreach (var e in Io.GetFiles(s)) Logger.Debug($"[GC] {e}"); }
185+
static void f(string s) { foreach (var e in Io.GetFiles(s)) Logger.Trace($"[GC] {e}"); }
186186
static void d(string s) { foreach (var e in Io.GetDirectories(s)) { f(e); d(e); }}
187187

188188
Logger.Try(() => f(Temp));

0 commit comments

Comments
 (0)