More debug output
[exim.git] / src / src / expand.c
index 34fb0346effe91d7160ed7ceecad80a2a91b2429..8f1b3d8754f1f6d0be06c17ce599e0d52781914e 100644 (file)
@@ -3949,6 +3949,8 @@ while (*s != 0)
        {
        case OK:
        case FAIL:
+         DEBUG(D_expand)
+           debug_printf("acl expansion yield: %s\n", user_msg);
          if (user_msg)
             yield = string_cat(yield, &size, &ptr, user_msg, Ustrlen(user_msg));
          continue;