NAME

upscli_report_build_details - Print a debug message to report details of the current libupsclient build such as its source-code version and SSL capabilities

SYNOPSIS

Note
Two NUT websites

This version of the page reflects NUT release v2.8.5 with codebase commited 0e051f9f6 at 2026-04-07T11:40:11+02:00

Options, features and capabilities in current development (and future releases) are detailed on the main site and may differ from ones described here.

        #include <upsclient.h>

        void upscli_report_build_details(void);

DESCRIPTION

The upscli_report_build_details() function prints a debug log message at verbosity 1 to summarize details about the currently used build of the upsclient(3) library, including its SSL support.

RETURN VALUE

There is no return value.

SEE ALSO