Warning message about replay database

Created by: anjos

When I try to use the database manager with the command:

bin/shell.py -- dbmanage.py [any_database] [any_action]

in the bob directory, I get the warning message:

sqlite:////$BOB_INSTALL_DIR/linux-x86_64-release/lib/python2.6/bob/db/replay/db.sql3

that the replay database is not in place (though I don't even request this database). It seems that the requested [any_action] works as expected for [any_database]. Just the warning message is annoying.