Ignore:
Timestamp:
12/15/2006 15:24:24 (5 years ago)
Author:
ccowart
Message:

Fixing up logging vs stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmanlib.sh

    r148 r150  
    448448# Accepts log messages on stdin until EOF 
    449449function conf_logger { 
    450    logger -t "$MYNAME[$$]: $USER" -s 2>&4 
     450   logger -t "$MYNAME[$$]: $USER" 2>&4 
    451451} 
    452452 
Note: See TracChangeset for help on using the changeset viewer.