Skip to content

Commit

Permalink
Bug 16830: (followup) Remove weird character from warning in rebuild_…
Browse files Browse the repository at this point in the history
…zebra.pl

Signed-off-by: Mark Tompsett <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>

Signed-off-by: Brendan Gallagher <[email protected]>
  • Loading branch information
tomascohen authored and brendan1226 committed Aug 4, 2016
1 parent 87bcaa7 commit 6122b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/migration_tools/rebuild_zebra.pl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}

if ( $as_xml ) {
warn "Warning: You passed -x which is already the default and is now deprecated·\n";
warn "Warning: You passed -x which is already the default and is now deprecated\n";
undef $as_xml; # Should not be used later
}

Expand Down

0 comments on commit 6122b8f

Please sign in to comment.