Minor fix in query.py
[ganeti-local] / lib / query.py
index 01a2a75..9ffe794 100644 (file)
@@ -2518,7 +2518,7 @@ def _GetNetworkStatsField(field, kind, ctx):
     return int(value)
   except (ValueError, TypeError):
     logging.exception("Failed to convert network field '%s' (value %r) to int",
-                      value, field)
+                      field, value)
     return _FS_UNAVAIL