Skip to content

Commit

Permalink
cmd/flux-exec: remove debug code
Browse files Browse the repository at this point in the history
Problem: warning in flux-exec when receiving an unexpected messages
uses inspect.lua, which is not installed as part of flux-core.

Remove use of the package, just print a plain warning.
  • Loading branch information
grondo committed Jul 18, 2018
1 parent 07741b4 commit 8d3a275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/flux-exec
Expand Up @@ -235,7 +235,7 @@ local mh, err = f:msghandler {
f:reactor_stop ()
end
else
warn ("got unexpected msg %s\n", require 'inspect' (resp))
warn ("got unexpected msg!\n")
end
end

Expand Down

0 comments on commit 8d3a275

Please sign in to comment.