Log video-monitor version during startup

This commit is contained in:
Robin Gareus 2023-05-13 17:08:47 +02:00
parent ca88794ab7
commit 0afc0dd50d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 0 deletions

View File

@ -757,6 +757,9 @@ VideoTimeLine::find_xjadeo () {
else if (v_major == 0 && v_minor >= 8) v_ok = true;
else if (v_major == 0 && v_minor >= 7 && v_micro >= 7) v_ok = true;
}
if (v_ok) {
info << string_compose ("xjadeo version: %1.%2.%3", v_major, v_minor, v_micro) << endmsg;
}
}
if (!v_ok) {
_xjadeo_bin = X_("");