Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d8eb432133
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ public class InAppHelper {
|
||||||
|
|
||||||
// Is it a failure?
|
// Is it a failure?
|
||||||
if (result.isFailure()) {
|
if (result.isFailure()) {
|
||||||
complain("Failed to query inventory: " + result);
|
logError("Failed to query inventory: " + result);
|
||||||
notifyError(result.getMessage());
|
notifyError(result.getMessage());
|
||||||
if (stopAfterResult) {
|
if (stopAfterResult) {
|
||||||
stop();
|
stop();
|
||||||
|
|
Loading…
Reference in a new issue