Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6441a76b authored by Christopher Tate's avatar Christopher Tate
Browse files

Put back LOGP -> printf in the backup helper code

parent 8068d16d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ private:
    void* mBuf;
};

#if 0 // TEST_BACKUP_HELPERS
#if 1 // TEST_BACKUP_HELPERS
#define LOGP(f, x...) printf(f "\n", x)
#else
#define LOGP(x...) LOGD(x)