dubeejw commented on a change in pull request #2424: (Review) Leading Slash 
(CLI issue #2328)
URL: 
https://github.com/apache/incubator-openwhisk/pull/2424#discussion_r127495346
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/shared.go
 ##########
 @@ -34,8 +34,8 @@ func entityNameError(entityName string) (error) {
     return whisk.MakeWskError(errors.New(errMsg), whisk.EXITCODE_ERR_GENERAL, 
whisk.DISPLAY_MSG, whisk.DISPLAY_USAGE)
 }
 
-func parseQualifiedNameError(entityName string, err error) (error) {
-    whisk.Debug(whisk.DbgError, "parseQualifiedName(%s) failed: %s\n", 
entityName, err)
+func NewQualifiedNameError(entityName string, err error) (error) {
 
 Review comment:
   Can this be moved into qualified_name.go?
 
----------------------------------------------------------------
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