Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
8ffef7cbab
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ private[akka] object CassandraStorageBackend extends
|
|||
else None
|
||||
} catch {
|
||||
case e =>
|
||||
log.error(e, "Could not retreive Ref from storage")
|
||||
log.info("Could not retreive Ref from storage")
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
@ -196,7 +196,7 @@ private[akka] object CassandraStorageBackend extends
|
|||
else None
|
||||
} catch {
|
||||
case e =>
|
||||
log.error(e, "Could not retreive Map from storage")
|
||||
log.info("Could not retreive Map from storage")
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue