r23288: give more info...
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Jun 2007 10:17:02 +0000 (10:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:53:08 +0000 (14:53 -0500)
metze
(This used to be commit 7fae261a494b4b71c3022f63112ef23ea495c769)

source4/smbd/server.c

index 24ac3ed28cd4920bfdb0153d4f180701bcef60ca..d44ecff865d8986f442f395e6dcd616c10218c80 100644 (file)
@@ -234,6 +234,8 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
 
        if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) < 8) {
                DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));
+               DEBUGADD(0,("sizeof(uint16_t) = %u, sizeof(uint32_t) %u, sizeof(uint64_t) = %u\n",
+                       sizeof(uint16_t), sizeof(uint32_t), sizeof(uint64_t)));
                exit(1);
        }