Skip to content

Commit

Permalink
Turn "No valid config files found" into a debug msg
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <olaf@aepfle.de>
  • Loading branch information
olafhering committed Feb 19, 2014
1 parent 685520e commit ebaabce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/read-config.c
Expand Up @@ -366,7 +366,7 @@ __ni_ifconfig_xml_read_dir(xml_document_array_t *docs, const char *root, const c
}

if (empty)
ni_info("No valid configuration files found at %s", pathname);
ni_debug_ifconfig("No valid configuration files found at %s", pathname);

ni_string_array_destroy(&files);
return TRUE;
Expand Down

0 comments on commit ebaabce

Please sign in to comment.