This is an automated email from the ASF dual-hosted git repository.
vladi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-csbench.git
The following commit(s) were added to refs/heads/main by this push:
new e925cda Fixup error log string (#13)
e925cda is described below
commit e925cda4b6c44db3ca06755259042105185b70ec
Author: Vishesh <[email protected]>
AuthorDate: Tue Jan 9 14:41:47 2024 +0530
Fixup error log string (#13)
---
csbench.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csbench.go b/csbench.go
index 09ffe12..15591eb 100644
--- a/csbench.go
+++ b/csbench.go
@@ -250,7 +250,7 @@ func main() {
}
if *tearDown && !(*domainFlag || *networkFlag || *vmFlag ||
*volumeFlag) {
- log.Fatal("Please provide one of the following options with
teardown: -domain, -limits, -network, -vm, -volume")
+ log.Fatal("Please provide one of the following options with
teardown: -domain, -network, -vm, -volume")
}
switch *format {