move files out of the source folder
diff --git a/test/cintltst/spreptst.c b/test/cintltst/spreptst.c
index eec7815..ed7ccbf 100644
--- a/test/cintltst/spreptst.c
+++ b/test/cintltst/spreptst.c
@@ -768,7 +768,7 @@
profileName = profile_test_case[i];
sprep = usprep_openByType(getTypeFromProfileName(profileName), &status);
if (U_FAILURE(status)) {
- log_err("Unable to open String Prep Profile with: %s\n", profileName);
+ log_data_err("Unable to open String Prep Profile with: %s\n", profileName);
break;
}