Skip to content

Commit

Permalink
Merge pull request #292 from mchf/s390-testsuite-failed
Browse files Browse the repository at this point in the history
Fixed syntax error - caught by testsuite in s390 build
  • Loading branch information
mchf committed Mar 3, 2015
2 parents 2ff8313 + 4b6e0a2 commit 9c7acf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/LanUdevAuto.rb
Expand Up @@ -241,7 +241,7 @@ def Write
LanItems.createS390Device
Builtins.y2milestone("rule %1", rule)
end
log.info("Writing s390 rules %1", @s390_devices)
log.info("Writing s390 rules #{@s390_devices}")
end

true
Expand Down

0 comments on commit 9c7acf3

Please sign in to comment.