diff options
Diffstat (limited to 'booster')
-rw-r--r-- | booster/src/booster.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c index e0fa8e527ae..4fad0bd06fa 100644 --- a/booster/src/booster.c +++ b/booster/src/booster.c @@ -1066,6 +1066,7 @@ booster_init (void) if (ret == -1) goto err; + gf_log ("booster", GF_LOG_DEBUG, "booster is inited"); return 0; err: |