diff --git a/src/flb_storage.c b/src/flb_storage.c index b8544f6bf39..1f01fc4e752 100644 --- a/src/flb_storage.c +++ b/src/flb_storage.c @@ -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);