Hi Bill,

On 05.12.2011 07:50, William A. Rowe Jr. wrote:
On 12/4/2011 6:08 PM, [email protected] wrote:
-            ap_log_error(APLOG_MARK, APLOG_ERR, rc, s,
+            ap_log_error(APLOG_MARK, APLOG_ERR, rc, s, APLOGNO(00654)

Did you really mean for these to be in octal?

APLOGNO is the following macro (see http_log.h):

#define APLOGNO(n)              "AH" #n ": "

So it turns the argument into a string. I expect the macro to be expanded by the preprocessor before the compiler has a chance to interpret the argument as octal.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to