Skip to content

Commit

Permalink
Fix wrong logging of TOUCH task
Browse files Browse the repository at this point in the history
Follow-up to openPMD#1619
  • Loading branch information
franzpoeschel committed Jun 28, 2024
1 parent 7f5c33d commit 5e7e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/AbstractIOHandlerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ std::future<void> AbstractIOHandlerImpl::flush()
auto &parameter =
deref_dynamic_cast<Parameter<O::TOUCH>>(i.parameter.get());
writeToStderr(
"[", i.writable->parent, "->", i.writable, "] DEREGISTER");
"[", i.writable->parent, "->", i.writable, "] TOUCH");
touch(i.writable, parameter);
break;
}
Expand Down

0 comments on commit 5e7e9a0

Please sign in to comment.