Skip to content

Commit

Permalink
untrace: Dbg_msg->Dbg_errmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 16, 2011
1 parent e4a6151 commit 2d36eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/untrace.sh
Expand Up @@ -49,7 +49,7 @@ function _Dbg_do_untrace {
_Dbg_msg "\"$fn\" restored from \"old_${fn}\"."
return 0
else
_Dbg_msg "Can't find function definition for \"$fn\"."
_Dbg_errmsg "Can't find function definition for \"$fn\"."
return 5
fi
}

0 comments on commit 2d36eb7

Please sign in to comment.