Merge branch 'development' into LTS_development
# Conflicts: # src/io.cpp
This commit is contained in:
commit
c390035523
4 changed files with 12 additions and 6 deletions
|
@ -131,7 +131,7 @@ namespace Mist {
|
|||
metaPages.clear();
|
||||
metaPages[0].init(pageId, DEFAULT_META_PAGE_SIZE);
|
||||
if (!metaPages[0].mapped){
|
||||
DEBUG_MSG(DLVL_FAIL, "Could not connect to server for %s\n", streamName.c_str());
|
||||
FAIL_MSG("Could not connect to server for %s", streamName.c_str());
|
||||
onFail();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue