mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Use INITIALIZE_EASYLOGGINGPP in Error.cpp
This commit is contained in:
parent
fc39c4dd20
commit
c270963df8
@ -1,5 +1,7 @@
|
|||||||
#include "Error.h"
|
#include "Error.h"
|
||||||
|
|
||||||
|
INITIALIZE_EASYLOGGINGPP
|
||||||
|
|
||||||
namespace encfs {
|
namespace encfs {
|
||||||
|
|
||||||
el::base::DispatchAction rlogAction = el::base::DispatchAction::NormalLog;
|
el::base::DispatchAction rlogAction = el::base::DispatchAction::NormalLog;
|
||||||
|
@ -53,8 +53,6 @@ using namespace std;
|
|||||||
using gnu::autosprintf;
|
using gnu::autosprintf;
|
||||||
using namespace encfs;
|
using namespace encfs;
|
||||||
|
|
||||||
INITIALIZE_EASYLOGGINGPP
|
|
||||||
|
|
||||||
static int showInfo(int argc, char **argv);
|
static int showInfo(int argc, char **argv);
|
||||||
static int showVersion(int argc, char **argv);
|
static int showVersion(int argc, char **argv);
|
||||||
static int chpasswd(int argc, char **argv);
|
static int chpasswd(int argc, char **argv);
|
||||||
|
@ -58,8 +58,6 @@ using namespace std;
|
|||||||
using namespace encfs;
|
using namespace encfs;
|
||||||
using gnu::autosprintf;
|
using gnu::autosprintf;
|
||||||
|
|
||||||
INITIALIZE_EASYLOGGINGPP
|
|
||||||
|
|
||||||
namespace encfs {
|
namespace encfs {
|
||||||
|
|
||||||
class DirNode;
|
class DirNode;
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace encfs;
|
using namespace encfs;
|
||||||
|
|
||||||
INITIALIZE_EASYLOGGINGPP
|
|
||||||
|
|
||||||
void genKey(const std::shared_ptr<Cipher> &cipher) {
|
void genKey(const std::shared_ptr<Cipher> &cipher) {
|
||||||
CipherKey key = cipher->newRandomKey();
|
CipherKey key = cipher->newRandomKey();
|
||||||
|
|
||||||
|
@ -49,8 +49,6 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace encfs;
|
using namespace encfs;
|
||||||
|
|
||||||
INITIALIZE_EASYLOGGINGPP
|
|
||||||
|
|
||||||
const int FSBlockSize = 256;
|
const int FSBlockSize = 256;
|
||||||
|
|
||||||
static int checkErrorPropogation(const std::shared_ptr<Cipher> &cipher,
|
static int checkErrorPropogation(const std::shared_ptr<Cipher> &cipher,
|
||||||
|
Loading…
Reference in New Issue
Block a user