diff options
author | Individual IT Services <ict.projects@nepal.inf.org> | 2013-08-14 01:43:31 -0700 |
---|---|---|
committer | Individual IT Services <ict.projects@nepal.inf.org> | 2013-08-14 01:43:31 -0700 |
commit | 75e10d96c1114187da4b02ca656031269df6bec2 (patch) | |
tree | 394bdbace41d8f45e54b6ad0a036609025f260c0 /config | |
parent | a02094b0897290508f1ba3d86e47f8185e6120f7 (diff) | |
download | pfsense-packages-75e10d96c1114187da4b02ca656031269df6bec2.tar.gz pfsense-packages-75e10d96c1114187da4b02ca656031269df6bec2.tar.bz2 pfsense-packages-75e10d96c1114187da4b02ca656031269df6bec2.zip |
corrected typo for log_error
Diffstat (limited to 'config')
-rw-r--r-- | config/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc index b33dd48f..00e3cd28 100644 --- a/config/bandwidthd/bandwidthd.inc +++ b/config/bandwidthd/bandwidthd.inc @@ -96,7 +96,7 @@ function bandwidthd_install_config() { if ($postgresql_host && $postgresql_username && $postgresql_database && $postgresql_password) $postgresql_string = "pgsql_connect_string \"user = $postgresql_username dbname = $postgresql_database password = $postgresql_password host = $postgresql_host\"\n"; else - log_error("You have specify the postgress Host, Database, Username and Password. Exiting."); + log_error("You have to specify the postgreSQL Host, Database, Username and Password. Exiting."); } $sensor_id = $bandwidthd_config['sensorid']; |