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:
Major Hayden 2020-08-18 12:47:02 -05:00 committed by Major Hayden
parent 6659ab58ad
commit 02306c978e

View file

@ -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{