Skip to content

Commit

Permalink
parse: downgrade warning about nm-device renderer to 'debug', as it's…
Browse files Browse the repository at this point in the history
… just informational
  • Loading branch information
slyon committed Jul 16, 2024
1 parent 8b5a2a8 commit cabf3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3371,7 +3371,7 @@ handle_network_type(NetplanParser* npp, yaml_node_t* node, const char* key_prefi
g_debug("netplan: %s: handling NetworkManager passthrough device, settings are not fully supported.", npp->current.netdef->id);
handlers = ethernet_def_handlers;
if (npp->current.netdef->backend != NETPLAN_BACKEND_NM) {
g_warning("nm-device: %s: the renderer for nm-devices must be NetworkManager, it will be used instead of the defined one.",
g_debug("nm-device: %s: the renderer for nm-devices must be NetworkManager, it will be used instead of the defined one.",
npp->current.netdef->id);
npp->current.netdef->backend = NETPLAN_BACKEND_NM;
}
Expand Down

0 comments on commit cabf3d8

Please sign in to comment.