Skip to content

Commit

Permalink
Merge pull request #3163 from JasonRuonanWang/operator
Browse files Browse the repository at this point in the history
blosc unknown parameter should be warning
  • Loading branch information
JasonRuonanWang committed Apr 14, 2022
2 parents 88968fa + aca3502 commit 6d7c995
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/adios2/operator/compress/CompressBlosc.cpp
Expand Up @@ -138,10 +138,9 @@ size_t CompressBlosc::Operate(const char *dataIn, const Dims &blockStart,
else
{
helper::Log("Operator", "CompressBlosc", "Operate",
"ADIOS WARNING: Unknown parameter keyword '" + key +
"' with value '" + value +
"' passed to Blosc compression operator.",
helper::FATALERROR);
"Unknown parameter keyword '" + key + "' with value '" +
value + "' passed to Blosc compression operator.",
helper::WARNING);
}
}

Expand Down

0 comments on commit 6d7c995

Please sign in to comment.