Skip to content

Commit

Permalink
Less misleading warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Nov 16, 2023
1 parent 118d29c commit 12b6488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ void ADIOS2IOHandlerImpl::createFile(
fileData.m_IO.DefineAttribute(
ADIOS2Defaults::str_groupBasedWarning,
std::string("Consider using file-based or variable-based "
"encoding instead."));
"encoding instead in ADIOS2."));
}
}
}
Expand Down

0 comments on commit 12b6488

Please sign in to comment.