You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libbeat/cmd/instance/locks/lock.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ var (
50
50
// ErrAlreadyLocked is returned when a lock on the data path is attempted but
51
51
// unsuccessful because another Beat instance already has the lock on the same
52
52
// data path.
53
-
ErrAlreadyLocked=fmt.Errorf("data path already locked by another beat. Please make sure that multiple beats are not sharing the same data path (path.data).")
53
+
ErrAlreadyLocked=fmt.Errorf("data path already locked by another beat. Please make sure that multiple beats are not sharing the same data path (path.data)")
54
54
55
55
// ErrLockfileEmpty is returned by readExistingPidfile() when an existing pidfile is found, but the file is empty.
0 commit comments