Merge: Opportunity: log errors to stderr and update message on failed event creation
authorJean Privat <jean@pryen.org>
Mon, 20 Jun 2016 14:27:23 +0000 (10:27 -0400)
committerJean Privat <jean@pryen.org>
Mon, 20 Jun 2016 14:27:23 +0000 (10:27 -0400)
commit6b7843413d2f4b762b1c6ebfbcf0ee2a2ccf43ec
treed0c9d58c56c48803d2e817f550e7eda6222396f5
parentc160d45dca4ff1aee86828a08da2acbfa156a225
parent1fde75b303e2ddadbcf2d384e701e6cb5eeef8b2
Merge: Opportunity: log errors to stderr and update message on failed event creation

Log all errors to stderr and remove prints on normal behavior.

Also update the error message, as the "meetup already exists" is now impossible because we dropped the uniqueness of name/date/location a while back.

This is related to #2186, where the file descriptor leak lead to bloated log files, a disk full and failed event creation by lack of space.

Pull-Request: #2187
Reviewed-by: Jean Privat <jean@pryen.org>