Changeset 32 in code for trunk/partage.go


Ignore:
Timestamp:
Oct 19, 2021, 10:38:38 AM (4 years ago)
Author:
dev
Message:

Fix incorrect log messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r31 r32  
    149149
    150150        if verbose {
    151                 log.Printf("Writing %d bytes to %s", r.ContentLength, tmp)
     151                log.Printf("Writing %d bytes to %s", r.ContentLength, tmp.Name())
    152152        }
    153153
     
    287287        }
    288288
    289         if verbose {
    290                 log.Printf("Applied configuration:\n%s", conf)
    291         }
    292 
    293289        if conf.chroot != "" {
    294290                if verbose {
Note: See TracChangeset for help on using the changeset viewer.