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/confsync.sh

    r147 r150  
    5555exit 
    5656 
    57 echo "Sync operation started" >&2 
     57echo "Sync operation started" | conf_logger 
    5858for layer in $LAYERS ; do 
    5959        echo "Rolling on $layer..." 
     
    6666conf_markclean 
    6767conf_recordAction sync 
    68 echo "Sync operation finished successfully" >&2 
     68echo "Sync operation finished successfully" | conf_logger 
    6969 
    7070rm -rf $tmpdir 
Note: See TracChangeset for help on using the changeset viewer.