s3:mdssvc: log inode number in ino_path_map_destr_cb()
authorRalph Boehme <slow@samba.org>
Tue, 16 Apr 2019 09:24:02 +0000 (11:24 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 20:24:31 +0000 (20:24 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/mdssvc/mdssvc.c

index 514672f2d76d4c454c2d91e9b9dce857d708d9b0..49c1abbd435156c54a15b78bc48c5d4abdc008eb 100644 (file)
@@ -423,7 +423,7 @@ static int ino_path_map_destr_cb(struct sl_inode_path_map *entry)
                return -1;
        }
 
-       DEBUG(10,("deleted: %s\n", entry->path));
+       DBG_DEBUG("deleted [0x%"PRIx64"] [%s]\n", entry->ino, entry->path);
        return 0;
 }