Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Changed log levels for message when you run locally from error to war…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
BDHernand committed Aug 15, 2016
1 parent 3b8b21a commit 8e27142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CloudFoundryDeploymentTracker/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public struct CloudFoundryDeploymentTracker {
req.end(jsonString)

} else {
Log.error("Failed to build valid JSON for deployment tracker.")
Log.warning("Failed to build valid JSON for deployment tracker.")
return
}

Expand Down

0 comments on commit 8e27142

Please sign in to comment.