Rename instance: only show new name when different
authorIustin Pop <iustin@google.com>
Fri, 6 May 2011 09:03:30 +0000 (11:03 +0200)
committerIustin Pop <iustin@google.com>
Fri, 6 May 2011 14:35:20 +0000 (16:35 +0200)
commit931413f616cee943968f75042555d83a5561e5a1
treeaea4d87780405a3d1de9c461c5417e89a5b37d12
parent9d5b1371c473b6dc14494a2ced605d7fa9aabe78
Rename instance: only show new name when different

It makes not sense to show messages like:
Fri May  6 02:04:01 2011  - INFO: Resolved given name 'instance18' to
'instance18'

So we'll skip the message if the resolved name is identical to the
requested one.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/cmdlib.py