17244: Clarify log message.
authorTom Clegg <tom@curii.com>
Mon, 31 Jul 2023 19:33:18 +0000 (15:33 -0400)
committerTom Clegg <tom@curii.com>
Mon, 31 Jul 2023 19:33:18 +0000 (15:33 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/crunchstat/crunchstat.go

index ed10c7ba205705a15920c4ed9bbb461fda2af73a..7e6a180b516b8a5d808c5f476cb42c1d2381056d 100644 (file)
@@ -320,7 +320,7 @@ func (r *Reporter) findStatFiles() {
                        }
                        *try.statFile = target
                        done[try.statFile] = true
-                       r.Logger.Printf("using /%s", target)
+                       r.Logger.Printf("notice: reading stats from /%s", target)
                        break
                }
        }