Whamcloud - gitweb
b=20703,i=wangdi:
authorisaac <isaac>
Wed, 4 Nov 2009 06:26:55 +0000 (06:26 +0000)
committerisaac <isaac>
Wed, 4 Nov 2009 06:26:55 +0000 (06:26 +0000)
- fixed a wrong error message.

lustre/mdt/mdt_handler.c

index 760b0cb..e6e39bd 100644 (file)
@@ -4092,7 +4092,7 @@ static int mdt_start_ptlrpc_service(struct mdt_device *m)
                                      procfs_entry, target_print_req,"mdt_xmds");
 
         if (m->mdt_xmds_service == NULL) {
-                CERROR("failed to start readpage service\n");
+                CERROR("failed to start xmds service\n");
                 GOTO(err_mdt_svc, rc = -ENOMEM);
         }