Skip to content

Commit 33c278a

Browse files
author
bwelling
committed
string fix
git-svn-id: http://svn.code.sf.net/p/dnsjava/code/trunk@424 c76caeb1-94fd-44dd-870f-0c9d92034fc1
1 parent 59c718f commit 33c278a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public class dig {
144144
edns = Integer.parseInt(ednsStr);
145145
if (edns < 0 || edns > 1) {
146146
System.out.println("Unsupported " +
147-
"EDNS level " +
147+
"EDNS level: " +
148148
edns);
149149
return;
150150
}

0 commit comments

Comments
 (0)