Skip to content

Commit

Permalink
Use INITIALIZE_EASYLOGGINGPP in Error.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
benrubson authored and rfjakob committed Apr 23, 2017
1 parent fc39c4d commit c270963
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions encfs/Error.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "Error.h"

INITIALIZE_EASYLOGGINGPP

namespace encfs {

el::base::DispatchAction rlogAction = el::base::DispatchAction::NormalLog;
Expand Down
2 changes: 0 additions & 2 deletions encfs/encfsctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ using namespace std;
using gnu::autosprintf;
using namespace encfs;

INITIALIZE_EASYLOGGINGPP

static int showInfo(int argc, char **argv);
static int showVersion(int argc, char **argv);
static int chpasswd(int argc, char **argv);
Expand Down
2 changes: 0 additions & 2 deletions encfs/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ using namespace std;
using namespace encfs;
using gnu::autosprintf;

INITIALIZE_EASYLOGGINGPP

namespace encfs {

class DirNode;
Expand Down
2 changes: 0 additions & 2 deletions encfs/makeKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
using namespace std;
using namespace encfs;

INITIALIZE_EASYLOGGINGPP

void genKey(const std::shared_ptr<Cipher> &cipher) {
CipherKey key = cipher->newRandomKey();

Expand Down
2 changes: 0 additions & 2 deletions encfs/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
using namespace std;
using namespace encfs;

INITIALIZE_EASYLOGGINGPP

const int FSBlockSize = 256;

static int checkErrorPropogation(const std::shared_ptr<Cipher> &cipher,
Expand Down

0 comments on commit c270963

Please sign in to comment.