Changeset 1876 in MondoRescue


Ignore:
Timestamp:
Jan 24, 2008, 1:22:15 AM (16 years ago)
Author:
Bruno Cornec
Message:

More logs on dependencies computation to help debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1865 r1876  
    783783    progress=0
    784784    noof_lines=`cat $tempfile | wc -l`
     785    echo "---------------------------------" >> $LOGFILE
     786    echo "List of dependencies:             " >> $LOGFILE
     787    echo "---------------------------------" >> $LOGFILE
    785788    for fname in `cat $tempfile` ; do
    786         echo "$fname" >> $outfile.pre
    787         LocateDeps $fname >> $outfile.pre
     789        echo "$fname" | tee -a $LOGFILE >> $outfile.pre
     790        LocateDeps $fname | tee -a $LOGFILE >> $outfile.pre
    788791        progress=$(($progress+1))
    789792        echo -en "\r\t\t\t\t\t\t\t\t"
Note: See TracChangeset for help on using the changeset viewer.