Whamcloud - gitweb
b=21587 don't LBUG if transno has changed during replay
[fs/lustre-release.git] / lustre / ptlrpc / llog_net.c
index 87e3566..94e7f23 100644 (file)
@@ -26,7 +26,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
@@ -171,8 +171,8 @@ int llog_receptor_accept(struct llog_ctxt *ctxt, struct obd_import *imp)
         mutex_down(&ctxt->loc_sem);
         if (ctxt->loc_imp != imp) {
                 if (ctxt->loc_imp) {
-                        CWARN("changing the import %p - %p\n",
-                              ctxt->loc_imp, imp);
+                        CDEBUG(D_HA, "changing the import %p - %p\n",
+                               ctxt->loc_imp, imp);
                         class_import_put(ctxt->loc_imp);
                 }
                 ctxt->loc_imp = class_import_get(imp);