This commit is contained in:
shoopea 2020-06-28 15:06:48 +02:00
parent e45f5ee05f
commit 9fd455de51

2
job.go
View File

@ -2661,7 +2661,7 @@ func jobVaultVal(j Job) {
other += price other += price
default: default:
} }
log.Printf("jobVaultVal : %s - %s => %f\n", v.Code, item.Names[0], price) log.Printf("jobVaultVal : %s (%s) - %s => %f\n", v.Code, v.Quality, item.Names[0], price)
} }
c := TGCommand{ c := TGCommand{