summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-06-20 21:54:43 +0200
committerOliver Tappe2007-06-20 21:54:43 +0200
commite69b81c2b8ec6f49614b3ce657e200cd2dc2beb9 (patch)
tree0823a83f0c7148919ad4a89e8cac07120e16c963 /config-db
parent* fixed bug in used-count handling for exports that caused the image to (diff)
downloadcore-e69b81c2b8ec6f49614b3ce657e200cd2dc2beb9.tar.gz
core-e69b81c2b8ec6f49614b3ce657e200cd2dc2beb9.tar.xz
core-e69b81c2b8ec6f49614b3ce657e200cd2dc2beb9.zip
* cosmetical change of info text
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1184 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index ff1dc18d..bb54f718 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -555,7 +555,7 @@ sub writeConfigurations
foreach my $system (@systems) {
next unless $system->{id} > 0;
- vlog(0, _tr('exporting system %d:%s', $system->{id}, $system->{name}));
+ vlog(0, _tr('exporting system %d : %s', $system->{id}, $system->{name}));
$systemConfCount++;
my $info = $openslxDB->aggregatedSystemFileInfoFor($system);