Skip to content

Commit

Permalink
Error fix for language engine (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurangpatil authored Aug 24, 2023
1 parent 58d2896 commit d53c1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ func processRequest(out string, inputPath string) {
}
}

println("\n\n\n\n Without error -> ", successCount, ", With Error -> ", failCount)
println("total files sent for processing ----> ", totalSentForProcessing)
println("No of CPUs --->", concurrency)
//println("\n\n\n\n Without error -> ", successCount, ", With Error -> ", failCount)
//println("total files sent for processing ----> ", totalSentForProcessing)
//println("No of CPUs --->", concurrency)
if err != nil {
log.SetPrefix("[ERROR]")
log.Printf("Error walking the path %s: %v\n", inputPath, err)
Expand Down

0 comments on commit d53c1a4

Please sign in to comment.