File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Applications/Ice/Main/Sources/Presenters/Base Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 . Trace ( $ "[GC] { e } ") ; }
185+ static void f ( string s ) { foreach ( var e in Io . GetFiles ( s ) ) Logger . Trace ( $ "[GC] { e . Quote ( ) } ") ; }
186186 static void d ( string s ) { foreach ( var e in Io . GetDirectories ( s ) ) { f ( e ) ; d ( e ) ; } }
187187
188188 Logger . Try ( ( ) => f ( Temp ) ) ;
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ private static string GetTarName(string src)
299299 /* --------------------------------------------------------------------- */
300300 private void AddItem ( RawEntity src )
301301 {
302+ Logger . Trace ( $ "[Add] { src . RawName . Quote ( ) } ") ;
302303 if ( Options . Filter ? . Invoke ( src ) ?? false ) return ;
303304
304305 Verify ( src ) ;
You can’t perform that action at this time.
0 commit comments