Whamcloud - gitweb
Fix minor typo - confusing when looking at the debug log, but not a bug.
authoradilger <adilger>
Fri, 23 Aug 2002 09:44:55 +0000 (09:44 +0000)
committeradilger <adilger>
Fri, 23 Aug 2002 09:44:55 +0000 (09:44 +0000)
lustre/ost/ost_handler.c

index 33615ad..faf1766 100644 (file)
@@ -486,12 +486,12 @@ static int ost_handle(struct ptlrpc_request *req)
                 rc = ost_setattr(req);
                 break;
         case OST_OPEN:
-                CDEBUG(D_INODE, "setattr\n");
+                CDEBUG(D_INODE, "open\n");
                 OBD_FAIL_RETURN(OBD_FAIL_OST_OPEN_NET, 0);
                 rc = ost_open(req);
                 break;
         case OST_CLOSE:
-                CDEBUG(D_INODE, "setattr\n");
+                CDEBUG(D_INODE, "close\n");
                 OBD_FAIL_RETURN(OBD_FAIL_OST_CLOSE_NET, 0);
                 rc = ost_close(req);
                 break;