small comm patch

Dimitrie O. Paun dpaun at rogers.com
Fri Mar 29 10:56:56 CST 2002


On March 29, 2002 01:01 pm, Andreas Mohr wrote:
> Hi all,
>
> - add verbose messages for "no serial support" issues
> - minor fixes

> +			ERR("no OS support for CLRRTS !\n");
> +			ERR("no OS support for CLRDTR !\n");
...
> +			ERR("no OS support for SETDTR !\n");
                        ^^^
These should be a MESSAGE (as it's intended as info for the user), or a WARN 
(resource problem), but not an ERR which should signal an internal Wine 
problem.

-- 
Dimi.




More information about the wine-patches mailing list