Merge pull request #4047 from bska/limit-action-messages

Direct All Non-Triggered Action Messages to Debug File
This commit is contained in:
Bård Skaflestad 2022-09-01 17:53:34 +02:00 committed by GitHub
commit e7624b7a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ namespace {
(numInactive != 1) ? "s" : "",
timeString);
Opm::OpmLog::info("ACTION_NOT_TRIGGERED", message);
Opm::OpmLog::debug("ACTION_NOT_TRIGGERED", message);
}
} // Anonymous namespace