diff options
| -rw-r--r-- | xlators/debug/io-stats/src/io-stats.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c index e7435d072..b990146ae 100644 --- a/xlators/debug/io-stats/src/io-stats.c +++ b/xlators/debug/io-stats/src/io-stats.c @@ -2444,7 +2444,10 @@ init (xlator_t *this)          }          if (!this->parents) { -                gf_log (this->name, GF_LOG_WARNING, +                /* This is very much valid as io-stats currently is loaded +                 * on top of volumes on both client and server, hence this is +                 * not an warning message */ +                gf_log (this->name, GF_LOG_DEBUG,                          "dangling volume. check volfile ");          }  | 
