Warn instead of log

This commit is contained in:
Kevin Sawicki
2013-05-06 09:25:21 -07:00
parent 2c050522cd
commit a17a282b03

View File

@@ -89,7 +89,7 @@ class SignInView extends ScrollView
success: ({token}={}) =>
if token?.length > 0
unless keytar.replacePassword('GitHub.com', 'github', token)
console.log 'Unable to save GitHub.com token to keychain'
console.warn 'Unable to save GitHub.com token to keychain'
@detach()
error: (response) =>