diff options
Diffstat (limited to 'src/modules/help/index.cpp')
| -rwxr-xr-x | src/modules/help/index.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp index d5e6961fe..9953c35ea 100755 --- a/src/modules/help/index.cpp +++ b/src/modules/help/index.cpp @@ -477,7 +477,8 @@ bool Index::searchForPattern( const QStringList &patterns, const QStringList &wo qWarning( warn.toUtf8().data() ); return FALSE; } - + else debug("Open file %s",fileName.utf8().data()); + debug("Patterns %s and words %s",patterns.join(","),words.join(",")); wordNum = 3; miniDict.clear(); |
