He tried to access your admin page. Many do this, just accessing a page is not hacking attempt. Do you have admin folder password protected with .htaccess ? You can limit admin folder access to your IP using .htaccess like

Code:
order deny,allow
deny from all
allow from YOUR_IP_HERE