1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

remove error return that was really a success

This commit is contained in:
Ben Thompson
2017-08-19 00:53:17 -05:00
parent 9bf7e0da69
commit c2b8a555fc

View File

@ -6171,8 +6171,6 @@ int ProcessMonitor::glusterUnassign(std::string dbrootID)
return oam::API_FAILURE;
}
}
log.writeLog(__LINE__, "glusterUnassign failed.", LOG_TYPE_ERROR);
return oam::API_FAILURE;
}
return oam::API_SUCCESS;