Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ec14fa71
Commit
ec14fa71
authored
Jun 05, 1999
by
Per Cederqvist
Browse files
(lock_db): Log a message when a stale lock is removed.
parent
2ca6cdb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/lockdb.c
View file @
ec14fa71
...
...
@@ -121,6 +121,8 @@ int lock_db(void)
if
(
remove
(
param
.
lockfile_name
)
<
0
&&
errno
!=
ENOENT
)
restart_kom
(
"Failed to remove stale lock symlink %s
\n
"
,
param
.
lockfile_name
);
else
kom_log
(
"Stale lock file left by %s removed.
\n
"
,
current_lock
);
}
restart_kom
(
"Unreachable code reached in lock_db.
\n
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment