Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 129a422

Browse files
Sumanth SathyanarayanaSumanth Sathyanarayana
authored andcommitted
Removed some trace statement
1 parent 22dd916 commit 129a422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/org/flowvisor/message/lldp/LLDPTrailer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ public static LLDPTrailer getTrailer(FVPacketIn pi) {
237237
FVLog.log(LogLevel.ALERT, null, "Wrong OUI2");
238238
}
239239
catch(IndexOutOfBoundsException ioe){
240-
System.out.println("Yikes! The LLDP packet in is not well formed - IndexOutOfBound while getting the trailer ");
241240
FVLog.log(LogLevel.CRIT, null, "Yikes! The LLDP packet-in is not well formed - IndexOutOfBound while getting the trailer ");
242241
}
243242

0 commit comments

Comments
 (0)