Merge branch 'storageareas' into zma_to_thread

This commit is contained in:
Isaac Connor
2018-08-31 19:05:22 -04:00
53 changed files with 1750 additions and 1515 deletions

View File

@@ -484,7 +484,7 @@ void MonitorStream::runStream() {
swap_path = staticConfig.PATH_SWAP;
Debug( 3, "Checking swap path folder: %s", swap_path.c_str() );
if ( checkSwapPath(swap_path.c_str(), false) ) {
if ( checkSwapPath(swap_path.c_str(), true) ) {
swap_path += stringtf("/zmswap-m%d", monitor->Id());
Debug(4, "Checking swap path subfolder: %s", swap_path.c_str());