Skip to content

Commit

Permalink
Errors should be printed to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Aug 8, 2009
1 parent bdb2a7b commit 6e9dfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml2twiki
Expand Up @@ -139,7 +139,7 @@ val result = try {
processSection(0, document)
} catch {
case t => {
println(t.getMessage)
System.err.println(t.getMessage)
exit(100)
}
}
Expand Down

0 comments on commit 6e9dfe0

Please sign in to comment.