use __BASE_FILE__ to get shorter file paths.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21124 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-05-12 18:38:22 +00:00
parent 941a89598d
commit c589dbfc72

View File

@ -9,6 +9,6 @@
#endif
#define CH "\033[" CD_COL "mWebcam::%s::%s"
#define CT "\033[0m\n", __FILE__, __FUNCTION__
#define CT "\033[0m\n", __BASE_FILE__, __FUNCTION__
#endif