rabbah commented on issue #2113: CLI error messages are replicated three times 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2113#issuecomment-314476062
 
 
   I mean the replication in the error messages themselves like this:
   
       errMsg := wski18n.T(
           "Unable to create action '{{.name}}': {{.err}}",
   
   Search for the string:
   
           "Unable to create action '{{.name}}': {{.err}}"
   
   You will see it's repeated so making a change to any error message requires 
fixing all the refeerences. These should be via indirection, a pointer as you 
suggest. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to