Skip to content

Commit

Permalink
Lower log level of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpartridge authored Sep 4, 2018
1 parent b9bbfb8 commit e44eaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/KituraOpenAPI/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal struct Utils {
applicationPath = String(workingPath[..<i.lowerBound])
Log.verbose("applicationPath=\(applicationPath)")
} else {
Log.error("Error finding .build directory")
Log.verbose("Error finding .build directory")
}
} else {
// We're in Bluemix, use the path the swift-buildpack saves libraries to
Expand All @@ -54,7 +54,7 @@ internal struct Utils {
Log.verbose("checkoutsPath=\(checkoutsPath)")
_ = fm.changeCurrentDirectoryPath(checkoutsPath)
} else {
Log.error("Error finding .build/checkouts directory")
Log.verbose("Error finding .build/checkouts directory")
}

do {
Expand Down

0 comments on commit e44eaba

Please sign in to comment.