log prints shows temporary filename suffix

This commit is contained in:
r0n1n7an 2025-08-04 19:30:40 +08:00
parent e2b96364e8
commit e48ef455bd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -151,7 +151,7 @@ func _Download(local, remote string) {
} }
func _Upload(local, remote string) { func _Upload(local, remote string) {
log.Printf("[MSG] Uploading: %s\r\n", local) log.Printf("[MSG] Uploading: %s\r\n", local+suffix)
baseLocal := filepath.Base(local) baseLocal := filepath.Base(local)
var err error var err error
if suffix != "" { if suffix != "" {