mirror of
https://github.com/schoebel/mars
synced 2025-03-11 07:47:41 +00:00
light: fix annoying unnecessary error message
This commit is contained in:
parent
8abcbf196d
commit
8fa728a0c9
@ -3157,7 +3157,7 @@ int _check_logging_status(struct mars_rotate *rot, int *log_nr, long long *oldpo
|
||||
}
|
||||
|
||||
vers_link = get_versionlink(rot->parent_path, *log_nr, my_id(), NULL);
|
||||
if (vers_link) {
|
||||
if (vers_link && vers_link[0]) {
|
||||
long long vers_pos = 0;
|
||||
int offset = 0;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user