Remove easylogging++ to make some tests for #214

This commit is contained in:
benrubson 2017-04-17 17:38:53 +02:00
parent bf093a255a
commit 62c8ebc63e

View File

@ -523,6 +523,7 @@ void *encfs_init(fuse_conn_info *conn) {
void encfs_destroy(void *_ctx) {}
int main(int argc, char *argv[]) {
std::cerr.setstate(std::ios::failbit) ;
#if defined(ENABLE_NLS) && defined(LOCALEDIR)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);