Whamcloud - gitweb
- lost #define changes from 1_6
[fs/lustre-release.git] / lustre / lvfs / upcall_cache.c
index eea4ae5..c6ede72 100644 (file)
@@ -322,7 +322,7 @@ int upcall_cache_downcall(struct upcall_cache *cache, __u32 err, __u64 key,
         }
 
         if (!UC_CACHE_IS_ACQUIRING(entry)) {
-                CDEBUG(D_HA, "%s: found uptodate entry %p (key "LPU64")\n",
+                CDEBUG(D_RPCTRACE,"%s: found uptodate entry %p (key "LPU64")\n",
                        cache->uc_name, entry, entry->ue_key);
                 GOTO(out, rc = 0);
         }