]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
network: fix grammar
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 15:08:23 +0000 (17:08 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 3 Sep 2017 15:55:28 +0000 (17:55 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c

index 8ea1d227fa6705382f6ebc58d88179f2b8953426..1126cdec391afdc37dbd4fa359a648156f3279e7 100644 (file)
@@ -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;
                }