diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/performance/io-cache/src/page.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/page.c b/xlators/performance/io-cache/src/page.c index 64c5f6b66..94b8f229b 100644 --- a/xlators/performance/io-cache/src/page.c +++ b/xlators/performance/io-cache/src/page.c @@ -990,7 +990,7 @@ __ioc_page_error (ioc_page_t *page, int32_t op_ret, int32_t op_errno)          waitq = page->waitq;          page->waitq = NULL; -        gf_log (page->inode->table->xl->name, GF_LOG_WARNING, +        gf_log (page->inode->table->xl->name, GF_LOG_DEBUG,                  "page error for page = %p & waitq = %p", page, waitq);          for (trav = waitq; trav; trav = trav->next) {  | 
