mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Add a DEBUG() that gives the number of successfully loaded modules - useful for debugging
This commit is contained in:
parent
018a44055d
commit
612ea35ab0
@ -66,6 +66,8 @@ int smb_load_modules(const char **modules)
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG(2, ("%d modules successfully loaded\n", success));
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user