summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
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);