Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/scala/com/getbootstrap/savage/server/TravisAuthDirectives.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/com/getbootstrap/savage/server/TravisAuthDirectives.scala b/src/main/scala/com/getbootstrap/savage/server/TravisAuthDirectives.scala
index 163c3e2..a9fd7aa 100644
--- a/src/main/scala/com/getbootstrap/savage/server/TravisAuthDirectives.scala
+++ b/src/main/scala/com/getbootstrap/savage/server/TravisAuthDirectives.scala
@@ -43,7 +43,7 @@ trait TravisAuthDirectives {
}
}
else {
- log.error("Received Travis request with incorrect hash!")
+ log.warning("Received Travis request with incorrect hash!")
reject(ValidationRejection("Incorrect SHA-256 hash"))
}
}