commit | 516527c1dc03de4192966c79086d4ca8eaacc77c | [log] [tgz] |
---|---|---|
author | Tyler Brownell <tyler@bluefoxstudio.ca> | Wed Jul 24 10:51:04 2013 -0400 |
committer | Tyler Brownell <tyler@bluefoxstudio.ca> | Wed Jul 24 10:51:04 2013 -0400 |
tree | 56139a0d382a3a4f975500adeb48c67ced61eae2 | |
parent | cd920b169f0c9beb8dc413837f3832f22d2a096a [diff] |
Cache Driver - Backup Never Loaded The condition that checks to see if the backup driver input is valid was prefixing the input with "cache_". Since the valid driver values don't have this prefix, the condition was always returning FALSE and the backup drivers were never being loaded. I've removed the prefix in the condition and added a debug log message for when the backup driver is used.