Skip to content

Commit

Permalink
[CBRD-25716] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoh3963 committed Dec 6, 2024
1 parent 9401c4f commit 1901c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/statistics_cl.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ stats_dump (const char *class_name_p, FILE * file_p)
}
else
{
fprintf (file_p, " Timestamp %s", ctime (&tloc));
fprintf (file_p, " Timestamp: %s", ctime (&tloc));
}
fprintf (file_p, " Total pages in class heap: %d\n", class_stats_p->heap_num_pages);
fprintf (file_p, " Total objects: %d\n", class_stats_p->heap_num_objects);
Expand Down

0 comments on commit 1901c1a

Please sign in to comment.