1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-02 12:41:17 +03:00

add log to output status

This commit is contained in:
david hill
2017-07-25 11:57:16 -05:00
parent aa27537874
commit 655660c6af

View File

@@ -5655,6 +5655,8 @@ bool ProcessMonitor::amazonVolumeCheck(int dbrootID)
}
string status = oam.getEC2VolumeStatus(volumeName);
log.writeLog(__LINE__, "amazonVolumeCheck volume status: " + status, LOG_TYPE_DEBUG);
if ( status == "attached" ) {
log.writeLog(__LINE__, "amazonVolumeCheck function successfully completed, volume attached: " + volumeName, LOG_TYPE_DEBUG);
return true;