Remove \n from calls to strace class printfs throughout.

This commit is contained in:
Christopher Faylor
2002-09-30 04:35:18 +00:00
parent da77b2c84c
commit f70389b541
17 changed files with 54 additions and 50 deletions

View File

@ -1810,7 +1810,7 @@ mount_info::read_mounts (reg_key& r)
break;
else if (res != ERROR_SUCCESS)
{
debug_printf ("RegEnumKeyEx failed, error %d!\n", res);
debug_printf ("RegEnumKeyEx failed, error %d!", res);
break;
}