Changeset 374

Show
Ignore:
Timestamp:
07/03/07 13:38:50 (2 years ago)
Author:
josef
Message:

- more quietness

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/hotstuff/src/hotstuff-scan

    r373 r374  
    140140                                                if($name eq "payload"){ 
    141141                                                        if(-f "$oldvalue.asc"){ 
    142                                                                 print "// signature at $oldvalue.asc\n"; 
     142                                                                if(!$opt_quiet){ 
     143                                                                        print "// signature at $oldvalue.asc\n"; 
     144                                                                } 
    143145 
    144146                                                                open(F, "$oldvalue.asc"); 
     
    392394                }else{ 
    393395                        $updatepath = "$updatepath <= $oldversion"; 
    394                         print "-- [dismiss] ", $key, " :: ", $stuff{'author'}, "\n"; 
     396                        if(!$opt_quiet){ 
     397                                print "-- [dismiss] ", $key, " :: ", $stuff{'author'}, "\n"; 
     398                        } 
    395399                } 
    396400        }