File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ static void Main(string[] args) {
99 // settings that should get a commandline interface at some point
1010 string mcfPath = "Test.mcf" ;
1111 string pdfPath = "Converted.pdf" ;
12- int toPage = 4 ; // process to page (useful for testing) 0 to process all.
12+ int toPage = 0 ; // process to page (useful for testing) 0 to process all.
1313
1414 // make sure to print commandline input errors
1515 Log . level = Log . Level . Error ;
@@ -34,7 +34,7 @@ static void Main(string[] args) {
3434 System . Diagnostics . Stopwatch timer = System . Diagnostics . Stopwatch . StartNew ( ) ;
3535
3636 // only show user messages
37- Log . level = Log . Level . Info ;
37+ Log . level = Log . Level . Error ;
3838
3939 Log . Message ( "Loading '" + mcfPath + "'..." ) ;
4040
You can’t perform that action at this time.
0 commit comments