diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
| -rw-r--r-- | libglusterfs/src/xlator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index f1ed9236f09..53bb4912882 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -329,7 +329,7 @@ int xlator_dynload_newway (xlator_t *xl)          xlapi = dlsym (handle, "xlator_api");          if (!xlapi) { -                gf_msg ("xlator", GF_LOG_INFO, 0, LG_MSG_DLSYM_ERROR, +                gf_msg ("xlator", GF_LOG_DEBUG, 0, LG_MSG_DLSYM_ERROR,                          "dlsym(xlator_api) on %s. "                          "Fall back to old symbols", dlerror ());                  /* This case is not an error for now, so allow it  | 
