Add additional debug statement

ulab-next-nosound
Timothy Pearson 12 years ago committed by Timothy Pearson
parent 1731a7133b
commit 0607f42f47

@ -749,6 +749,7 @@ int raptor_sm_get_new_unique_display(int mindisplay, int maxdisplay) {
if (mysql_query_internal(conn, query)) {
// Server error
free(query);
dprint("[ERROR] MySQL connection FAILED [%s]\n\r", mysql_error(conn));
mysql_close(conn);
return -2;
}
@ -822,4 +823,4 @@ void raptor_sm_terminate_server(char* username) {
system(command_string);
free(command_string);
}
}
}

Loading…
Cancel
Save