awsupload: Better emoji for snapshot wait
The clock emoji isn't as well supported as the 🚚.
Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
6659ab58ad
commit
02306c978e
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ func (a *AWS) Register(name, bucket, key string) (*string, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
log.Printf("[AWS] ⏱ Waiting for snapshot to finish importing: %s", *importTaskOutput.ImportTaskId)
|
||||
log.Printf("[AWS] 🚚 Waiting for snapshot to finish importing: %s", *importTaskOutput.ImportTaskId)
|
||||
err = WaitUntilImportSnapshotTaskCompleted(
|
||||
a.importer,
|
||||
&ec2.DescribeImportSnapshotTasksInput{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue