Skip to content

Commit

Permalink
Fix presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
hevrard committed May 8, 2019
1 parent 3dc7eab commit 8f259f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gapir/cc/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ void Context::registerCallbacks(Interpreter* interpreter) {
found->second->frameDelimiter();
return true;
} else {
GAPID_WARNING("[%u]Error during calling function replayFrameDelimiter", label);
GAPID_WARNING(
"[%u]Error during calling function replayFrameDelimiter", label);
return false;
}
});
Expand Down

0 comments on commit 8f259f4

Please sign in to comment.