summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ext4magic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext4magic.c b/src/ext4magic.c
index da9df38..b5c052d 100644
--- a/src/ext4magic.c
+++ b/src/ext4magic.c
@@ -551,7 +551,7 @@ while ((c = getopt (argc, argv, "TJRLlrQSxi:t:j:f:Vd:B:p:a:I:H")) != EOF) {
if (optind < argc)
open_filesystem(argv[optind], open_flags,superblock, blocksize, 0, data_filename);
#ifdef DEBUG
- printf("Operation-mode = %d\n");
+ printf("Operation-mode = %d\n", mode);
#endif
//--------------------------------------------------------------------------------------------