Skip to content

Commit

Permalink
add back the error message at debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 29, 2018
1 parent 72375ab commit 93200ad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ private final class IncrementalNameHashing(log: sbt.util.Logger, options: IncOpt
} else {
// if the extra hash does not match up, but the API is "same" we can ignore it.
// see also https://github.com/sbt/sbt/issues/4441
debug(s"""different extra api hashes for non-traits:
| `${a.name}`: ${a.extraHash()}
| `${b.name}`: ${b.extraHash()}
""".stripMargin)
None
}
}
Expand Down

0 comments on commit 93200ad

Please sign in to comment.