Changeset 6769


Ignore:
Timestamp:
03/18/10 06:14:30 (2 years ago)
Author:
KennethLavrsen
Message:

Item1440: Form: get find category template twikicatitems error in foswiki warning log file
I do not want to remove the compatibility code as it is useful for people upgrading to Foswiki
who has webs from Beijing that still have this old way of doing forms.
But I bet most live with not having this to work and have not also copied some old template
to Foswiki. And then we should not flood their warning logs. It is about time we just stay
quiet about it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/lib/Foswiki/Compatibility.pm

    r2623 r6769  
    195195    } 
    196196    else { 
    197         $session->logger->log('warning', 
    198             "Form: get find category template twikicatitems for Web $web"); 
     197        # We used to log a warning but it only made noise and trouble 
     198        # People will not need to be warned any longer. Item1440 
    199199    } 
    200200    return $text; 
Note: See TracChangeset for help on using the changeset viewer.