- Timestamp:
- Oct 19, 2021, 10:38:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r31 r32 149 149 150 150 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()) 152 152 } 153 153 … … 287 287 } 288 288 289 if verbose {290 log.Printf("Applied configuration:\n%s", conf)291 }292 293 289 if conf.chroot != "" { 294 290 if verbose {
Note:
See TracChangeset
for help on using the changeset viewer.