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

b/trunk/Pithos.ShellExtensions/ShellSettings.cs
142 142
            }
143 143
            catch (Exception exc)
144 144
            {
145
                Trace.TraceError("[ERROR] while loading settings:\r{0}",exc);
145
                Log.ErrorFormat("[ERROR] while loading settings:\r{0}",exc);
146 146
                _settings = new Lazy<IPithosSettings>(LoadSettings);
147 147
            }
148 148
            return null;

Also available in: Unified diff