Skip to content

Commit

Permalink
message beautification
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed May 25, 2017
1 parent 766b44e commit 9070e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hw-cbmc/hw_bmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ void hw_bmct::do_unwind_module()

const symbolt &symbol=ns.lookup(unwind_module);

status() << "Unwinding transition system " << symbol.name
<< " with " << unwind_no_timeframes
status() << "Unwinding transition system `" << symbol.name
<< "' with " << unwind_no_timeframes
<< " time frames" << eom;

::unwind(
Expand Down

0 comments on commit 9070e3d

Please sign in to comment.