Changeset 5093c6f for perl/lib/BarnOwl/Message
- Timestamp:
- Aug 16, 2017, 12:53:41 PM (7 years ago)
- Branches:
- master
- Children:
- 4ead7b3
- Parents:
- 9bfab40
- git-author:
- Jason Gross <jgross@mit.edu> (07/12/11 16:19:57)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Message/Zephyr.pm
reea7bed4 r5093c6f 281 281 } 282 282 283 sub should_log { 284 my ($m) = @_; 285 if ($m->log_to_class_file) { 286 return BarnOwl::getvar('classlogging') eq 'on'; 287 } else { 288 return BarnOwl::getvar('logging') eq 'on'; 289 } 290 } 291 283 292 1;
Note: See TracChangeset
for help on using the changeset viewer.