File tree 2 files changed +2
-2
lines changed
python/core/auto_generated
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class QgsMessageLogConsole : QObject
107
107
%Docstring
108
108
Default implementation of message logging interface
109
109
110
- This class outputs log messages to the standard output . Therefore it might
110
+ This class outputs log messages to the standard error . Therefore it might
111
111
be the right choice for apps without GUI.
112
112
%End
113
113
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ class CORE_EXPORT QgsMessageLogNotifyBlocker
130
130
* \ingroup core
131
131
* \brief Default implementation of message logging interface
132
132
*
133
- * This class outputs log messages to the standard output . Therefore it might
133
+ * This class outputs log messages to the standard error . Therefore it might
134
134
* be the right choice for apps without GUI.
135
135
*/
136
136
class CORE_EXPORT QgsMessageLogConsole : public QObject
You can’t perform that action at this time.
0 commit comments