Changeset 1304

Show
Ignore:
Timestamp:
11/26/04 00:23:58 (4 years ago)
Author:
anonymous
Message:

put warnings on stderr, so we can filter out regular stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/slavedns

    r1300 r1304  
    3939  if [ -z "$HOST" -o -z "$LOGIN" -o -z "$PASSWORD" -o -z "$MASTERIP" ] 
    4040      then 
    41       echo "Error in the config file '$i'" 
     41      echo "Error in the config file '$i'" >&2 
    4242  else 
    4343      echo -n "Processing '$i' " 
     
    6565              fi 
    6666          else 
    67           echo "Error: downloaded file for '$i' has zero size" 
     67          echo "Error: downloaded file for '$i' has zero size" >&2 
    6868          fi 
    6969      echo " Done"