SEARCHAP - correction of debug messages

git-svn-id: svn://kolibrios.org@5146 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2014-10-13 04:37:14 +00:00
parent 9757da66f4
commit 249dc7fa71

View File

@ -293,7 +293,7 @@ search_and_load_pointer_file_label:
dec ecx dec ecx
jnz .next_entry jnz .next_entry
;-------------------------------------- ;--------------------------------------
DEBUGF 2, "Searchap: additional parttition is not found!\n" DEBUGF 2, "Searchap: additional partition is not found!\n"
;-------------------------------------- ;--------------------------------------
ret ret
.sucess: .sucess:
@ -323,7 +323,7 @@ compare_files_and_mount:
mov [compare_flag],byte 0 mov [compare_flag],byte 0
pop esi ecx pop esi ecx
;-------------------------------------- ;--------------------------------------
DEBUGF 2, "Searchap: compare files sucess!\n" DEBUGF 2, "Searchap: compare files - success!\n"
DEBUGF 2, "Searchap: mount directory: %s\n",esi DEBUGF 2, "Searchap: mount directory: %s\n",esi
mov [mount_dir],1 mov [mount_dir],1
;-------------------------------------- ;--------------------------------------
@ -347,7 +347,7 @@ compare_files_and_mount:
mov [compare_flag],byte 1 mov [compare_flag],byte 1
pop esi ecx pop esi ecx
;-------------------------------------- ;--------------------------------------
DEBUGF 1, "Searchap: compare files is not match!\n" DEBUGF 1, "Searchap: compared files doesn't match!\n"
;-------------------------------------- ;--------------------------------------
ret ret
;--------------------------------------------------------------------- ;---------------------------------------------------------------------