diff options
Diffstat (limited to 'addMutex.go')
| -rw-r--r-- | addMutex.go | 2 |
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 } } |
