X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffiletools.cpp;h=fcb95faca044afeb201680c3952e326093153b4f;hb=2a371bb4b3235462ea6632d31d50ee447933bef8;hp=b28d81210c48283395c566dca52bd898994848cc;hpb=6e88c0062c5629ba1fd6ee97730418d34cc07424;p=features.git diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index b28d81210c..fcb95faca0 100644 --- a/src/support/filetools.cpp +++ b/src/support/filetools.cpp @@ -21,6 +21,7 @@ #include +#include "LyX.h" #include "LyXRC.h" #include "support/filetools.h" @@ -995,6 +996,11 @@ cmd_ret const runCommand(string const & cmd) // pstream (process stream), with the // variants ipstream, opstream + if (verbose) + lyxerr << "\nRunning: " << cmd << endl; + else + LYXERR(Debug::INFO,"Running: " << cmd); + #if defined (_WIN32) STARTUPINFO startup; PROCESS_INFORMATION process;