We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7967cf2 commit 80abfc3Copy full SHA for 80abfc3
Applications/Ice/Main/Sources/Presenters/Base/ArchiveFacade.cs
@@ -182,7 +182,7 @@ protected void SetTemp(string alternate)
182
/* --------------------------------------------------------------------- */
183
protected override void Dispose(bool disposing)
184
{
185
- static void f(string s) { foreach (var e in Io.GetFiles(s)) Logger.Debug($"[GC] {e}"); }
+ static void f(string s) { foreach (var e in Io.GetFiles(s)) Logger.Trace($"[GC] {e}"); }
186
static void d(string s) { foreach (var e in Io.GetDirectories(s)) { f(e); d(e); }}
187
188
Logger.Try(() => f(Temp));
0 commit comments