aboutsummaryrefslogtreecommitdiff
path: root/src/time-accounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time-accounts.c')
-rw-r--r--src/time-accounts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time-accounts.c b/src/time-accounts.c
index d3e989fa..15a984cd 100644
--- a/src/time-accounts.c
+++ b/src/time-accounts.c
@@ -173,8 +173,8 @@ static const char *taccname(enum timeaccount acc)
case TACC_ENDCHECK : return "Checking end";
case TACC_WAKEUP : return "Waking up workers";
case TACC_WAITPID : return "Waiting on workers";
- case TACC_HDF5OPEN : return "Opening HDF5 file";
- case TACC_HDF5READ : return "Reading HDF5 file";
+ case TACC_HDF5OPEN : return "Opening image file";
+ case TACC_HDF5READ : return "Reading image file";
case TACC_FILTER : return "Image filters";
case TACC_RESRANGE : return "Resolution range";
case TACC_PEAKSEARCH : return "Peak search";