Skip to content

Commit

Permalink
xenserver: Downgrade not on XenServer warning to DBG.
Browse files Browse the repository at this point in the history
This log message is annoying and of questionable usefulness.

Signed-off-by: Ethan Jackson <[email protected]>
  • Loading branch information
ejj committed Dec 21, 2012
1 parent 2e31080 commit 11f8bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vswitchd/xenserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ read_host_uuid(void)
file = fopen(filename, "r");
if (!file) {
if (errno == ENOENT) {
VLOG_INFO("not running on a XenServer");
VLOG_DBG("not running on a XenServer");
} else {
VLOG_INFO("%s: open: %s", filename, strerror(errno));
}
Expand Down

0 comments on commit 11f8bde

Please sign in to comment.