Make this directory build in the new world.

Add some debug output in regards as to which directory it's gonna use
for the cert db.
This commit is contained in:
javi%netscape.com 2000-10-19 21:14:34 +00:00
parent cde316513c
commit 65787215f6
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
# may use your version of this file under either the MPL or the
# GPL.
#
CORE_DEPTH = ../../../../..
CORE_DEPTH = ../../../..
# MODULE public and private header directories are implicitly REQUIRED.
MODULE = cmtsample

View File

@ -259,6 +259,7 @@ main(int argc, char **argv)
#else
#error Teach me how to fill in the user profile.
#endif
errorMessage(0,"Using directory <%s> for dbs.\n", profileDir);
if (CMT_Hello(control, PROTOCOL_VERSION,
profile, profileDir) != CMTSuccess)
{