The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2117

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com>
From f39455ad979a8051ac2a2b0853f815182ff14fd6 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.ander...@canonical.com>
Date: Mon, 13 Jun 2016 15:11:18 -0600
Subject: [PATCH] show remote in the --show-log example provided on error

Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com>
---
 lxc/action.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/action.go b/lxc/action.go
index b91ad1c..1cf6a13 100644
--- a/lxc/action.go
+++ b/lxc/action.go
@@ -90,7 +90,7 @@ func (c *actionCmd) run(config *lxd.Config, args []string) 
error {
                }
 
                if err := d.WaitForSuccess(resp.Operation); err != nil {
-                       return fmt.Errorf("%s\n"+i18n.G("Try `lxc info 
--show-log %s` for more info"), err, name)
+                       return fmt.Errorf("%s\n"+i18n.G("Try `lxc info 
--show-log %s` for more info"), err, nameArg)
                }
        }
        return nil
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to