make printfs for backight debug.. have newlines and stuff...

SVN revision: 67699
This commit is contained in:
Carsten Haitzler 2012-02-04 23:00:47 +00:00
parent 5290aa91a3
commit 6c3a3258f1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ _bl_write_file(const char *file, int val)
close(fd);
return -1;
}
fprintf(stderr, "BACKLIGHT: %s -> %d", file, val);
printf("BACKLIGHT: %s -> %i\n", file, val);
close(fd);
return 0;
}