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 Oct 23, 2023
1 parent c0662a7 commit e28d3b6
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 @@ -572,7 +572,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 e28d3b6

Please sign in to comment.