Skip to content

Commit

Permalink
Fix the QgsMessageLogConsole docs
Browse files Browse the repository at this point in the history
The QgsMessageLogConsole now writes log messages to stderr as opposed
to stdout.
  • Loading branch information
Éric Lemoine committed Sep 11, 2018
1 parent 369587d commit 212a74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmessagelog.sip.in
Expand Up @@ -107,7 +107,7 @@ class QgsMessageLogConsole : QObject
%Docstring
Default implementation of message logging interface

This class outputs log messages to the standard output. Therefore it might
This class outputs log messages to the standard error. Therefore it might
be the right choice for apps without GUI.
%End

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmessagelog.h
Expand Up @@ -130,7 +130,7 @@ class CORE_EXPORT QgsMessageLogNotifyBlocker
* \ingroup core
* \brief Default implementation of message logging interface
*
* This class outputs log messages to the standard output. Therefore it might
* This class outputs log messages to the standard error. Therefore it might
* be the right choice for apps without GUI.
*/
class CORE_EXPORT QgsMessageLogConsole : public QObject
Expand Down

0 comments on commit 212a74c

Please sign in to comment.