28 Feb
2011
28 Feb
'11
11:34 a.m.
On Sun, Feb 27, 2011 at 10:02 PM, Allan McRae <allan@archlinux.org> wrote:
On 28/02/11 05:55, Dan McGee wrote:
--- Any feedback on this going in? One of the checklist items on my 3.5.0 release list.
It works.... but notice the double print of the found file there:
Turns out to be because we called the db_version method once to check, and then once in the error message. I refactored out the call so we only make it once, but not a big deal as this method should have no side effects. And obviously the printf() will also disappear in the final version. -Dan