light: speedup recognition of finished logfiles

This commit is contained in:
Thomas Schoebel-Theuer 2013-01-14 21:42:46 +01:00
parent 5cfd36618a
commit 769d606db6
1 changed files with 4 additions and 1 deletions

View File

@ -829,8 +829,11 @@ void write_info_links(struct mars_rotate *rot)
count += _update_version_link(rot, &inf);
}
}
if (count)
if (count) {
if (inf.inf_min_pos == inf.inf_max_pos)
mars_trigger();
mars_remote_trigger();
}
}
static