diff options
author | ivan <ivan> | 2006-12-29 08:24:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-12-29 08:24:41 +0000 |
commit | 0a522c2069e13b05148219f8272e357fc59a3805 (patch) | |
tree | dedccde59f65c7e16d848845d71769d44eb5ebb0 /FS | |
parent | 417770f1f10b11a96e645920ee0c9520efe04b53 (diff) |
snot spacing
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index d97658496..788c0f73e 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -690,7 +690,7 @@ sub option { split("\n", $self->get('plandata') ); return $plandata{$opt} if exists $plandata{$opt}; cluck "WARNING: (pkgpart ". $self->pkgpart. ") Package def option $opt ". - "NOT found in options or plandata!\n" + "not found in options or plandata!\n" unless $ornull; ''; } |