summaryrefslogtreecommitdiff
path: root/addMutex.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 11:22:08 -0600
committerJeff Carr <[email protected]>2025-01-10 11:22:08 -0600
commitd36344e463e80d89d0cc8b028b6243823d184b35 (patch)
treeea8c4c78907420631476fd5061500d896cded87b /addMutex.go
parente07c6a35fd5d2ca1b3a6c09d9781d21f676f52f2 (diff)
make seperate find and sort files
Diffstat (limited to 'addMutex.go')
-rw-r--r--addMutex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/addMutex.go b/addMutex.go
index 12ea1d0..ff2aec5 100644
--- a/addMutex.go
+++ b/addMutex.go
@@ -24,7 +24,7 @@ func (pb *Files) addMutex(f *File) error {
// check if autogenpb has already looked at this file
for _, line := range strings.Split(string(data), "\n") {
if strings.Contains(line, "autogenpb DO NOT EDIT") {
- log.Info("autogenpb has already been run")
+ log.Info("autogenpb has already been run on", fullname)
return nil
}
}