diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-26 11:38:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:37 -0500 |
commit | 4b275f47167c3e1415785de9f9f2d79ae404dc26 (patch) | |
tree | 63565f0e66faecd5e499c8809a97437e354b644b /source4 | |
parent | 2e35b720862e1a48a8b3ff1400262d4185258121 (diff) | |
download | samba-4b275f47167c3e1415785de9f9f2d79ae404dc26.tar.gz samba-4b275f47167c3e1415785de9f9f2d79ae404dc26.tar.bz2 samba-4b275f47167c3e1415785de9f9f2d79ae404dc26.zip |
r9646: fixed error message
(This used to be commit 804f2485d059d60c4a41b6094c4cf568e6989397)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/setup/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index 35c9d64f80..b3be197710 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -30,7 +30,7 @@ options = GetOptions(ARGV, 'blank'); if (options == undefined) { - println("Failed to parse options: ", options.ERROR); + println("Failed to parse options"); return -1; } |