don't require 'openocd.cfg' to start
commit844b5eb49d7fd4afa4f0309ce47f29d99886a2f7
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 5 Jan 2010 21:32:39 +0000 (5 13:32 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 5 Jan 2010 21:32:39 +0000 (5 13:32 -0800)
tree0312b4226ba6768d74163fe7fc439221549ccb06
parentfccb812f829e55940e26466c4cda8c25765d4f6c
don't require 'openocd.cfg' to start

Starting the daemon with with just a bare "openocd" I saw:

Can't find openocd.cfg

That's not an error; don't treat it as if it were.  There may
be an error later -- like, "no interface set up" -- but let
messages only report real errors, not fake ones.
src/helper/configuration.c