From 904a5e8568b1e1640008a219dd1418a04c53bd7f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 04:58:05 -0600 Subject: remove lots of old stuff! --- gitConfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitConfig.go') diff --git a/gitConfig.go b/gitConfig.go index 3b2ea83..ddfaa8c 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -259,7 +259,7 @@ func (rs *RepoStatus) processBranch(branch string) { data, err := ioutil.ReadFile(filename) if err != nil { - log.Log(WARN, "hash: read failed", filename, rs.String()) + log.Log(WARN, "hash: read failed", filename, rs.Path()) return } newhash := strings.TrimSpace(string(data)) @@ -267,7 +267,7 @@ func (rs *RepoStatus) processBranch(branch string) { rs.gitConfig.hashes[branch] = newhash if ok { if hash != newhash { - log.Log(WARN, "hash changed", hash, rs.String()) + log.Log(WARN, "hash changed", hash, rs.Path()) } } -- cgit v1.2.3