1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Add a DEBUG() that gives the number of successfully loaded modules - useful for debugging

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 018a44055d
commit 612ea35ab0

View File

@ -66,6 +66,8 @@ int smb_load_modules(const char **modules)
}
}
DEBUG(2, ("%d modules successfully loaded\n", success));
return success;
}