Skip to content

Commit

Permalink
storage: print Chunk I/O storage layer version
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 14, 2020
1 parent 96f47bf commit 248ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void print_storage_info(struct flb_config *ctx, struct cio_ctx *cio)
char *checksum;
struct flb_input_instance *in;

flb_info("[storage] initializing...");
flb_info("[storage] version=%s, initializing...", cio_version());

if (cio->root_path) {
flb_info("[storage] root path '%s'", cio->root_path);
Expand Down

0 comments on commit 248ad7e

Please sign in to comment.