diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 942801a9f..c4a7c4316 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1006,6 +1006,7 @@ Film::set_content (string c) #endif ffprobe += c; ffprobe += " 2> " + file ("ffprobe.log"); + log()->log (String::compose ("Probing with %1", ffprobe)); system (ffprobe.c_str ()); } |
