diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-05-05 16:01:02 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-05 17:45:06 +0530 |
commit | 358d3e7f99ecdc48c044f11f9f6011805d061ec4 (patch) | |
tree | 934f6f1e6aa8d38c3964efaa7974fde83d3af19a | |
parent | 83ae751616ce18d3010664f13ac8b8ecf8dd313d (diff) |
booster: Add log message
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
-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 e0fa8e527..4fad0bd06 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: |