This commit is contained in:
Vítor Santos Costa
2019-04-03 17:08:12 +01:00
parent 63a514cad5
commit a237596736
4 changed files with 3 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ public:
/// should be a callable
/// goal.
inline YAPQuery(const char *s) : YAPPredicate(s, goal, names, (nts = &ARG1)) {
__android_log_print(ANDROID_LOG_INFO, "YAPDroid", "got game %d",
__android_log_print(ANDROID_LOG_INFO, "YAPDroid", "got game %ld",
LOCAL_CurSlot);
openQuery();