summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-05-23 12:48:15 +0200
committerhjk <hjk@qt.io>2018-05-23 13:51:34 +0000
commit3e4ecf9213f700cffea8d5dae2aa55680dac9056 (patch)
treed436d2d78141713fba717c9301c30adce54cc3ce
parent82fd4fa7176072d2b65b47bef371b83c655f928b (diff)
downloadqt-creator-3e4ecf9213f700cffea8d5dae2aa55680dac9056.tar.gz
Debugger: Adapt the debugger log warning to reality
With the advent of plugins bundled during packaging the debugger cannot speak for all of Qt Creator anymore. Change-Id: Ifb8e30c616f71e89a46af178c7b2e3ea6858af53 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/plugins/debugger/logwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/logwindow.cpp b/src/plugins/debugger/logwindow.cpp
index 98dc0f9143..bee5c04c93 100644
--- a/src/plugins/debugger/logwindow.cpp
+++ b/src/plugins/debugger/logwindow.cpp
@@ -437,7 +437,8 @@ LogWindow::LogWindow(QWidget *parent)
"environment variables, in-memory data of the processes you are debugging, and more. "
"It is never transferred over the internet by %1, and only stored "
"to disk if you manually use the respective option from the context menu, or through "
- "mechanisms that are not under the control of %1, for instance in swap files.\n"
+ "mechanisms that are not under the control of %1's Debugger plugin, "
+ "for instance in swap files, or other plugins you might use.\n"
"You may be asked to share the contents of this log when reporting bugs related "
"to debugger operation. In this case, make sure your submission does not "
"contain data you do not want to or you are not allowed to share.\n\n")