Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d86a268

Browse files
ifigotinrakyll
authored andcommitted
Improve error message (#21)
1 parent dbd1d88 commit d86a268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackdriver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ func (o Options) handleError(err error) {
160160
o.OnError(err)
161161
return
162162
}
163-
log.Printf("Error exporting to Stackdriver: %v", err)
163+
log.Printf("Failed to export to Stackdriver: %v", err)
164164
}

0 commit comments

Comments
 (0)