Revision 5120f3cb trunk/Pithos.ShellExtensions/ShellStatusChecker.cs

b/trunk/Pithos.ShellExtensions/ShellStatusChecker.cs
39 39
            }
40 40
            catch (Exception exc)
41 41
            {
42
                Trace.TraceError("[ERROR] retrieving overlay status for {0}:\r{1}",path,exc);
42
                Log.ErrorFormat("[ERROR] retrieving overlay status for {0}:\r{1}",path,exc);
43 43
                return FileOverlayStatus.Unversioned;
44 44
            }
45 45
        }

Also available in: Unified diff