Skip to content

Commit

Permalink
Update fakeBaseImpl.cc
Browse files Browse the repository at this point in the history
SBTC dummy: throw a fatal error.
  • Loading branch information
YihaoPeng committed May 7, 2018
1 parent 365c240 commit e445b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbtc/fakeBaseImpl.cc
Expand Up @@ -30,6 +30,6 @@
// So I can only provide such a function to pass the check of linker.
appbase::IBaseApp *GetApp()
{
LOG(INFO) << "GetApp() should NOT be called!";
LOG(FATAL) << "GetApp() should NOT be called!";
return nullptr;
}

0 comments on commit e445b6b

Please sign in to comment.