Browse Source

-DDBG_MSG_QA introduced

Jiri Kuthan 23 năm trước cách đây
mục cha
commit
be12573443
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      main.c

+ 4 - 0
main.c

@@ -700,6 +700,10 @@ int main(int argc, char** argv)
 		DPrint("ERROR: no SIGUSR2 signal handler can be installed\n");
 		goto error;
 	}
+#ifdef DBG_MSG_QA
+	fprintf(stderr, "WARNING: ser startup: "
+		"DBG_MSG_QA enabled, ser may exit abruptly\n");
+#endif