Some diffs

This commit is contained in:
Miek Gieben 2012-01-29 19:15:26 +01:00
parent b639fa305d
commit f3eacbb9fb
1 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ func main() {
f1 := probe(c, nameserver, f)
results = append(results, f1)
if *report {
fmt.Printf("%s\n", f1.String())
fmt.Printf("#%s\n%s\n", f.String(), f1.String())
}
}
if *report {