Skip to content

Commit

Permalink
network: fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Sep 3, 2017
1 parent a1ae535 commit 2958919
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lxc/network.c
Expand Up @@ -2511,9 +2511,10 @@ bool lxc_delete_network_priv(struct lxc_handler *handler)
"from \"%s\" to its initial name \"%s\"",
netdev->ifindex, netdev->name, netdev->link);
else
TRACE("Renamed interface with index %d to its "
"from \"%s\" to its initial name \"%s\"",
netdev->ifindex, netdev->name, netdev->link);
TRACE("Renamed interface with index %d from "
"\"%s\" to its initial name \"%s\"",
netdev->ifindex, netdev->name,
netdev->link);
continue;
}

Expand Down

0 comments on commit 2958919

Please sign in to comment.