mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
* Add log macros and make logging modre consitent.
* Move command successful messages to verbose level. * Introduce --debug parameter. Signed-off-by: Milan Broz <mbroz@redhat.com> git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@92 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -9,6 +9,7 @@ extern "C" {
|
||||
|
||||
#define CRYPT_LOG_NORMAL 0
|
||||
#define CRYPT_LOG_ERROR 1
|
||||
#define CRYPT_LOG_DEBUG -1 /* always on stdout */
|
||||
|
||||
struct interface_callbacks {
|
||||
int (*yesDialog)(char *msg);
|
||||
|
||||
Reference in New Issue
Block a user