Changeset 13342 for trunk


Ignore:
Timestamp:
04/16/12 12:47:39 (12 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Transfer/RsyncRawToISDC.sh

    r13082 r13342  
    5151                 0)   printprocesslog "INFO link for  "$rawfileisdc" created successfully."
    5252                      ;;
    53                  *)   printprocesslog "WARN link for "$rawfileisdc" could not be created."
     53                 *)   printprocesslog "WARN link for "$rawfileisdc" could not be created (check2="$check2")."
    5454                      check=$check2
    5555                      ;;
     
    5959           fi
    6060           ;;
    61       *)   printprocesslog "WARN "$rawfilelp" could not be transferred to ISDC."
     61      *)   printprocesslog "WARN "$rawfilelp" could not be transferred to ISDC (check1="$check1")."
    6262           check=$check1
    6363           ;;
     
    8787                    0)   printprocesslog "INFO link for  "$drsfileisdc" created successfully."
    8888                         ;;
    89                     *)   printprocesslog "WARN link for "$drsfileisdc" could not be created."
     89                    *)   printprocesslog "WARN link for "$drsfileisdc" could not be created (check4="$check4")."
    9090                         check=$check4
    9191                         ;;
     
    9595              fi
    9696              ;;
    97          *)   printprocesslog "WARN "$drsfilelp" could not be transferred to ISDC."
     97         *)   printprocesslog "WARN "$drsfilelp" could not be transferred to ISDC (check3="$check3")."
    9898              check=$check3
    9999              ;;
Note: See TracChangeset for help on using the changeset viewer.