From 6b9acbbd7a587c14dfc71f26ac60c4e1afc6deb0 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 7 Sep 2015 22:35:02 -0400 Subject: [PATCH] a more descriptive warning --- openbr/openbr_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index fcde27e..dbdc482 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -1243,7 +1243,7 @@ void br::Context::initialize(int &argc, char *argv[], QString sdkPath, bool useG } if (!foundSDK) { - qWarning("Unable to locate SDK automatically from paths: %s", qPrintable(checkPaths.join("\n"))); + qWarning("Unable to locate SDK (share/openbr/openbr.bib) automatically from paths: %s", qPrintable(checkPaths.join("\n"))); return; } } else { -- libgit2 0.21.4