Comment 2 for bug 1408187

Revision history for this message
Hans Zeller (hans-zeller) wrote :

The two missing commas are for SQLCode and QueryId. The fix is to provide two QRLogger::log methods. One just takes a message and puts two NULL values (",,") for these two items into the log file. The second method has two more parameters, SQLCode and QueryId and allows the caller to log actual values for these. There are hundreds of calls to the first method in our code and only a handful of calls to the second method.