Skip to content

Commit

Permalink
Don't flag the "running from build path" warning in the app
Browse files Browse the repository at this point in the history
message log
  • Loading branch information
nyalldawson committed Jun 18, 2018
1 parent 949853a commit 72f7e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/qgsapplication.cpp
Expand Up @@ -441,7 +441,11 @@ QString QgsApplication::prefixPath()
{
static bool sOnce = true;
if ( sOnce )
{
QgsMessageLogNotifyBlocker blockNotifications;
( void ) blockNotifications;
qWarning( "!!! prefix path was requested, but it is not valid - we do not run from installed path !!!" );
}
sOnce = false;
}

Expand Down

0 comments on commit 72f7e5b

Please sign in to comment.