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

        #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