No, the way you have it, you are passing 3 separate parameters to print_standard_error -- which do not match the usage for the arguments of that function. You will have to construct the phrase before you call print_standard_error by calling construct_phrase, which is intended to do what you want.
Then, once you have the phrase made, make the call to print_standard_error as I showed, with the second argument of "false".
|