OSDN Git Service

Some translation.
[karesansui/karesansui.git] / karesansui / gadget / hostby1networkstorageby1status.py
index 738efc1..08a771c 100644 (file)
@@ -151,8 +151,8 @@ class HostBy1NetworkStorageBy1Status(Rest):
             if status == NETWORK_STORAGE_STOP:
                 for pool in active_used_pool:
                     if kvc.is_used_storage_pool(name=pool, active_only=True) is True:
-                        self.logger.debug("Stop iSCSI failed. Target iSCSI is used guest.")
-                        return web.badrequest("Target iSCSI is used guest.")
+                        self.logger.debug("Stop iSCSI failed. Target iSCSI is used by guest.")
+                        return web.badrequest("Target iSCSI is used by guest.")
         finally:
             kvc.close()