Commit 6b9acbbd7a587c14dfc71f26ac60c4e1afc6deb0
1 parent
1f853526
a more descriptive warning
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/openbr_plugin.cpp
| ... | ... | @@ -1243,7 +1243,7 @@ void br::Context::initialize(int &argc, char *argv[], QString sdkPath, bool useG |
| 1243 | 1243 | } |
| 1244 | 1244 | |
| 1245 | 1245 | if (!foundSDK) { |
| 1246 | - qWarning("Unable to locate SDK automatically from paths: %s", qPrintable(checkPaths.join("\n"))); | |
| 1246 | + qWarning("Unable to locate SDK (share/openbr/openbr.bib) automatically from paths: %s", qPrintable(checkPaths.join("\n"))); | |
| 1247 | 1247 | return; |
| 1248 | 1248 | } |
| 1249 | 1249 | } else { | ... | ... |