void log(string file)
{
    g_log += (list)(g_logMark + " file " + md5sum(file) + " " + file);
}

