Skip to content

Commit

Permalink
- fix error message
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14091 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Nov 27, 2012
1 parent 187769a commit 74da86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

if(error_code < 0)
{
INFO(LOG_INIT, "kinsol failed. see last warning. use [-lv LOG_INIT] for more output.");
INFO(LOG_STDOUT, "kinsol failed. see last warning. use [-lv LOG_INIT] for more output.");
return error_code;
}

Expand Down

0 comments on commit 74da86d

Please sign in to comment.