summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorDongeup Ham <dongeup.ham@samsung.com>2013-01-13 19:00:49 +0900
committerDongeup Ham <dongeup.ham@samsung.com>2013-01-13 19:00:49 +0900
commitfb2b5d3a8d8bfceea7d571049d835e9fb9152304 (patch)
tree31b7dc77306c624262d8e2172ff1de6e446b70b7 /inc
parentf7a3ee87ed69267ae78104329752951654d1d20e (diff)
downloadinstaller-fb2b5d3a8d8bfceea7d571049d835e9fb9152304.tar.gz
installer-fb2b5d3a8d8bfceea7d571049d835e9fb9152304.tar.bz2
installer-fb2b5d3a8d8bfceea7d571049d835e9fb9152304.zip
print installation error using stderr
Change-Id: I5a0fd448061720398af445e07e77dffa8763d5b2 Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
Diffstat (limited to 'inc')
-rwxr-xr-xinc/InstallerDefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h
index 18b23e2..88fb9da 100755
--- a/inc/InstallerDefs.h
+++ b/inc/InstallerDefs.h
@@ -21,7 +21,7 @@
#ifndef _INSTALLER_DEFS_H_
#define _INSTALLER_DEFS_H_
-#define OSP_INSTALLER_VERSION "osp-installer version = 20130111.1"
+#define OSP_INSTALLER_VERSION "osp-installer version = 20130113.1"
#define DIR_BIN L"/bin"
#define DIR_INFO L"/info"
@@ -106,7 +106,8 @@ static const int BLOCK_SIZE = 4096;
#ifdef AppLogTag
#undef AppLogTag
-#define AppLogTag(tag, ...) AppLogTagInternal(tag, "| |", 0, __VA_ARGS__)
+#define AppLogTag(tag, ...) AppLogTagInternal(tag, "| |", 0, __VA_ARGS__);\
+ fprintf(stderr, __VA_ARGS__);fprintf(stderr, "\n");
#endif
enum InstallationSetStep