If a tools service is running inside a non-VMware environment,
we should not be filling the system logs with our warning messages.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
* XXX: this should be relaxed when we try to bring up a VMCI or TCP channel.
*/
if (!state->ctx.isVMware) {
- g_warning("The %s service needs to run inside a virtual machine.\n",
- state->name);
+ g_debug("The %s service needs to run inside a virtual machine.\n",
+ state->name);
state->ctx.rpc = NULL;
} else {
state->ctx.rpc = RpcChannel_New();