Skip to content

Commit

Permalink
Merge pull request oxen-io#278 from BeaudanBrown/silly-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Beaudan Campbell-Brown authored May 13, 2019
2 parents 95cad09 + 145b9e0 commit ab202f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtextsecure/http-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
});
connected = true;
} catch (err) {
window.log.err('Polling error: ', err);
window.log.error('Polling error: ', err);
connected = false;
}
const pollTime = connected ? SUCCESS_POLL_TIME : FAIL_POLL_TIME;
Expand Down

0 comments on commit ab202f0

Please sign in to comment.