X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=powersensordaemon%2Foptions.c;h=4d64b3eef650954cd5abd1161b524341f4882693;hp=c0adddaf905a5f23d1ee6b2958e9edb274886e69;hb=1e831f380de42962f40d95675a15b24e4981fe22;hpb=0f31decc51663771cff04cedf4ed7394bcc560e9 diff --git a/powersensordaemon/options.c b/powersensordaemon/options.c index c0addda..4d64b3e 100644 --- a/powersensordaemon/options.c +++ b/powersensordaemon/options.c @@ -360,5 +360,6 @@ void options_print(options_t* opt) printf("sampledev_file: '%s'\n", opt->sampledev_file_); printf("sampledevs: \n"); key_value_storage_print(&opt->sampledevs_, " '", "' -> '", "'\n"); + printf("autosampledevs: \n"); key_value_storage_print(&opt->autosampledevs_, " '", "' -> '", "'\n"); }