File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ func main() {
105105 if inTheList (protocol , protocols ) {
106106 storage , err := upload .New (conf [protocol ], protocol )
107107 if err != nil {
108- log .Fatalf ("Error while Initialise Upload Storage : %s" , err )
108+ log .Fatalf ("Error while initializing upload storage configurations : %s" , err )
109109 }
110110
111111 if storage == nil {
@@ -119,7 +119,7 @@ func main() {
119119 }
120120 }
121121 } else {
122- log .Fatalf ("Error while Initialise Upload Storage : protocol %s isn't configured in %s or isn't supported" , protocol , configPath )
122+ log .Fatalf ("Error while initializing upload storage configurations : protocol %s isn't configured in %s or isn't supported" , protocol , configPath )
123123 }
124124 }
125125
You can’t perform that action at this time.
0 commit comments