Changeset 15b34fd for owl.c


Ignore:
Timestamp:
Jan 4, 2005, 11:04:52 PM (19 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
180cd15
Parents:
95474d7
Message:
Fixed some small memory leaks in logging if files unwriteable
If the variable logfilter is set it names a filter.  Any messages
  matching this filter are logged.  This is an independent
  mechanism from the other logging variables.  If you want to
  control all logging with logfilter the other variables must be
  set to their default (off) settings. [BZ 37]
Relatively substantial changes made under the hood to support
  filter logging.  Now have more consistent interfaces to
  creating messages etc.  Still needs more work though.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r95474d7 r15b34fd  
    589589
    590590      /* log the message if we need to */
    591       if (owl_global_is_logging(&g) || owl_global_is_classlogging(&g)) {
    592         owl_log_incoming(m);
    593       }
     591      owl_log_message(m);
    594592    }
    595593
Note: See TracChangeset for help on using the changeset viewer.