diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-16 17:13:25 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-16 17:13:25 +0200 |
commit | 0dbebcc5f0f201a53133bed184c70566166633db (patch) | |
tree | c14558de334ee6aca187a8610728e31fab8d56ed /src | |
parent | c8896f38baa91639f4e504c87fa6519d8a1e8d33 (diff) |
Clarify InitialyPowered config option comment
Diffstat (limited to 'src')
-rw-r--r-- | src/main.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.conf b/src/main.conf index 2479df39..b3b6a383 100644 --- a/src/main.conf +++ b/src/main.conf @@ -30,6 +30,6 @@ PageTimeout = 8192 # The value is in seconds. Defaults is 0 to use controller scheduler DiscoverSchedulerInterval = 0 -# Whether adapters should assume Powered=off when SetProperty(Powered, ...) -# hasn't been called yet. Defaults to true +# What value should be assumed for the adapter Powered property when +# SetProperty(Powered, ...) hasn't been called yet. Defaults to true InitiallyPowered = true |