diff mbox series

[OSSTEST,04/16] PDU/MSW: Warn that SNMP status is often not immediately updated

Message ID 20201022164506.1552-5-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Bugfixes | expand

Commit Message

Ian Jackson Oct. 22, 2020, 4:44 p.m. UTC
If you don't know this, it's very confusing.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 pdu-msw | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/pdu-msw b/pdu-msw
index d2691567..04b03a22 100755
--- a/pdu-msw
+++ b/pdu-msw
@@ -133,4 +133,5 @@  if (!defined $action) {
     print "was: "; show();
     set();
     print "now: "; show();
+    print "^ note, PDUs often do not update returned info immediately\n";
 }