nicko       2004/06/06 17:59:29

  Modified:    src/Util/PatternStringConverters
                        EnvironmentPatternConverter.cs
  Log:
  Fixed incorrect internal log message
  
  Revision  Changes    Path
  1.5       +1 -1      
logging-log4net/src/Util/PatternStringConverters/EnvironmentPatternConverter.cs
  
  Index: EnvironmentPatternConverter.cs
  ===================================================================
  RCS file: 
/home/cvs/logging-log4net/src/Util/PatternStringConverters/EnvironmentPatternConverter.cs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EnvironmentPatternConverter.cs    21 May 2004 22:15:33 -0000      1.4
  +++ EnvironmentPatternConverter.cs    7 Jun 2004 00:59:29 -0000       1.5
  @@ -59,7 +59,7 @@
                                // This security exception will occur if the 
caller does not have 
                                // unrestricted environment permission. If this 
occurs the expansion 
                                // will be skipped with the following warning 
message.
  -                             LogLog.Debug("DOMConfigurator: Security 
exception while trying to expand environment variables. Error Ignored. No 
Expansion.", secEx);
  +                             LogLog.Debug("EnvironmentPatternConverter: 
Security exception while trying to expand environment variables. Error Ignored. 
No Expansion.", secEx);
                        }
                        catch (Exception ex) 
                        {
  
  
  

Reply via email to