1
0
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 used to be commit 612ea35ab0)
This commit is contained in:
Jelmer Vernooij 2002-11-13 13:47:12 +00:00
parent 1a03a47249
commit 5988d5e92a

View File

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